Giter VIP home page Giter VIP logo

Comments (4)

zhoudw-zdw avatar zhoudw-zdw commented on September 2, 2024

Hi,

For those mentioned "we use NME classifier" in the paper (e.g., [1][2]), we report the NME accuracy.

For others, we report CNN accuracy.

I am not quite sure about your bug, maybe you should attach your json setting for bic.

[1] iCaRL: Incremental Classifier and Representation Learning
[2] Co-Transport for Class-Incremental Learning

from pycil.

nttung1110 avatar nttung1110 commented on September 2, 2024

Hi @zhoudw-zdw ,

Thanks for your reply. Here is json setting that I've used for bic experiment

{
"prefix": "reproduce",
"dataset": "cifar100",
"memory_size": 2000,
"memory_per_class": 20,
"fixed_memory": false,
"shuffle": true,
"init_cls": 10,
"increment": 10,
"model_name": "bic",
"convnet_type": "resnet32",
"device": ["2"],
"seed": [1993]
}

from pycil.

zhoudw-zdw avatar zhoudw-zdw commented on September 2, 2024

It seems correct, and the training results are somehow normal (except its results are lower than icarl).

I did not find the "score of bic at task '60-69' is almost 0", where did it happen?

BTW, you should check the algorithm-specific params in bic and make it cosistent with this repo.

from pycil.

nttung1110 avatar nttung1110 commented on September 2, 2024

Hi @zhoudw-zdw,

Thanks for your instant reply. Yes, I'm pretty sure that the algorithm-specific params in bic is the same as the original code of this repo. About the score of bic at task '60-69', you can see in the results that I showed above

bic:
2023-05-23 01:51:11,906 [trainer.py] => CNN: {'total': 39.06, '00-09': 53.9, '10-19': 36.5, '20-29': 47.1, '30-39': 39.9, '40-49': 51.6, '50-59': 42.1, '60-69': 0.0, '70-79': 11.5, '80-89': 46.4, '90-99': 61.6, 'old': 36.56, 'new': 61.6}

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.