mmasana / FACIL

Framework for Analysis of Class-Incremental Learning with 12 state-of-the-art methods and 3 baselines.
https://arxiv.org/pdf/2010.15277.pdf
MIT License
512 stars 98 forks source link

GridSearch to find the accurate lambda value #43

Open arnabphoenix opened 11 months ago

arnabphoenix commented 11 months ago

How to perform the grid search to find the accurate lambda value in ICARL approach for a custom dataset? Now the grid search is performed only on the learning rate and the lambda value is kept fixed. Please help.

mmasana commented 3 months ago

You just need to change the parameters for the icarl entry from the gridsearch configuration file