Giter VIP home page Giter VIP logo

icarl's People

Contributors

drsad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

icarl's Issues

关于这里的损失

您好,阅读了您的代码,写得很好,有个疑问,这里的损失您好像只计算了蒸馏的损失,对于论文中的第一项损失似乎没有计算?

请教一下,为啥performence这么高?

感谢您的工作,代码写的很优秀;
这边想请教您为什么最后出来的结果比原文好这么多,我跑完平均也有65+;
具体是哪几个部分在原文上做了优化呢,感谢回复。

一个小问题

你好,我最近想学习一下增量学习的相关知识点,感谢您写的关于icarl的代码,我运行了一下,除了一个小问题:显示iCIFAR100.py文件中的57行,AttributeError:‘iCIFAR100’ object has no attribute 'data'。希望您能为我指点一下,谢谢。我感觉应该是版本的我问题,我用的torch=0.4.1

How to use my own dataset train my model?

Hi, I am a student who learning incremental learning. I have use this code to train cifar-100 dataset which you provide, now I want to train my own dataset by this model. I meet some problem, can you tell me how to change this code to make it to be suitable for my dataset which is .mat form and it is necessary to divide the dataset to train and test file? Thanks for you reading, and I will expect you reply.

test module

what different mode 0 and mode 1 accuracy ...called from train and after train with testloader

保存模型有误

在iCaRL.py第187行应保存模型的OrderedDict参数,即使用torch.save(self.model.state_dict(), 'file_name')
image

the size of test set

Please. why the number of test sets is more than that of training sets in the training process?
for instance
the size of train set is (6980, 32, 32, 3)
the size of train label is (6980,)
the size of test set is (10000, 32, 32, 3)
the size of test label is (10000,)
please.

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.