Mattdl / CLsurvey

Continual Hyperparameter Selection Framework. Compares 11 state-of-the-art Lifelong Learning methods and 4 baselines. Official Codebase of "A continual learning survey: Defying forgetting in classification tasks." in IEEE TPAMI.
https://ieeexplore.ieee.org/abstract/document/9349197
Other
196 stars 24 forks source link

How to run the entire pipeline? #3

Closed zihuanqiu closed 3 years ago

zihuanqiu commented 3 years ago

Hi~ Thanks for your great job. This code is a great help to the community and people who just started. I have checked the main_tinyimagenet.sh and only find the run with SI and EBLL. Forgive me for just being a newcomer, and I am lost in the code. I want to know how to run the whole pipeline with 11 methods reported in your paper. Thanks!

Mattdl commented 3 years ago

Hi sorry for the late reply. Have you been able to run the pipeline?