yaoyao-liu / class-incremental-learning

PyTorch implementation of AANets (CVPR 2021) and Mnemonics Training (CVPR 2020 Oral)
https://class-il.mpi-inf.mpg.de
MIT License
461 stars 71 forks source link

training hyperparamters for imagenet1000? #46

Open zyuh opened 2 years ago

zyuh commented 2 years ago

Hello, I would like to ask what is the hyperparameter setting of training Imagenet1000, is it the same as that of Imagenet100?

yaoyao-liu commented 2 years ago

Thanks for your interest in our work!

We're using the same hyperparameters as the baselines:

If you have any further questions, please do not hesitate to contact us.

Best,

Yaoyao

zyuh commented 2 years ago

Thank you very much!