Git Product home page Git Product logo

Comments (4)

TLESORT avatar TLESORT commented on June 8, 2024

Hi @mmderakhshani ,

The instance incremental scenarios will only share existing instances of classes between n tasks, without doing any transformation.

To create the permutMNIST scenarios the class to use is Permutations

from continuum.datasets import MNIST
from continuum.scenarios import Permutations

clloader_train = Permutations(cl_dataset=MNIST(args.data, download=True, train=True),
                                                 nb_tasks=10,
                                                 seed=0)

You should be able to visualize data with:

for task_id, train_dataset in enumerate(clloader_train):
        train_dataset.plot(path=folder,
                                     title="MNIST_Permutations_{}.jpg".format(task_id),
                                     nb_samples=100,
                                      shape=[28, 28, 1])

Tell me if it works well for you :)

from continuum.

mmderakhshani avatar mmderakhshani commented on June 8, 2024

Ok. Thanks for your quick reply. I have installed your packages with pip install continuum and it seems that the installed package did not contain for example the Permutation class. Could you please update it?

from continuum.

TLESORT avatar TLESORT commented on June 8, 2024

I will try to do it asap, I tell you when it is done :)

from continuum.

TLESORT avatar TLESORT commented on June 8, 2024

It should be good now @mmderakhshani :)

from continuum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.