Closed hiteshvaidya closed 10 months ago
ICarl is not mean to be run with use_task_boundaries=False . It needs to access the task boundaries during training in order to know when to store the old model. Furthermore, we did not include icarl in the survey because we were not able to reach satisfying results with it. This kind of bug was happening before even with use_task_boundaries=True but we fixed it. I don't know what is causing it this time but I don't think this requires a fix since the strategy is not meant to be used that way.
I set n_experiences=10 for split-cifar10 and task_boundaries=False at line 98 in main.py. I get the following error while running the experiment