Giter VIP home page Giter VIP logo

Comments (2)

G-U-N avatar G-U-N commented on July 28, 2024 2

These issues are mainly due to that I specified the data preprocessing in their method file for better performance on CIFAR. For example, line 50. Deleting them should fix these issues.

from pycil.

kandeldeepak46 avatar kandeldeepak46 commented on July 28, 2024

Thank you for your reply. Commenting on those lines worked for me.

Moreover,

Are you aware of this error? Whenever I am trying to simulate 10 tasks of 20 classes on each task as specified in the following params

{
    "prefix": "train",
    "dataset": "imagenet1000",
    "memory_size": 0,
    "shuffle": true,
    "init_cls": 10,
    "increment": 20,
    "model_name": "fetril",
    "convnet_type": "resnet18",
    "device": ["2"],
    "seed": [1993],
    "init_epochs": 200,
    "init_lr" : 0.1,
    "init_weight_decay" : 5e-4,
    "epochs" : 50,
    "lr" : 0.05,
    "batch_size" : 128,
    "weight_decay" : 5e-4,
    "num_workers" : 8,
    "T" : 10
}

image

But Whenever I used larger initial classes as

{
    "prefix": "train",
    "dataset": "imagenet1000",
    "memory_size": 0,
    "shuffle": true,
    "init_cls": 100,
    "increment": 20,
    "model_name": "fetril",
    "convnet_type": "resnet18",
    "device": ["2"],
    "seed": [1993],
    "init_epochs": 200,
    "init_lr" : 0.1,
    "init_weight_decay" : 5e-4,
    "epochs" : 50,
    "lr" : 0.05,
    "batch_size" : 128,
    "weight_decay" : 5e-4,
    "num_workers" : 8,
    "T" : 10
}

it works. Does it need to have larger initial classes? Am I missing something here? regarding the arguments of JSON file?

Thank you

from pycil.

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.