Best case strategy #666
-
Hi, I am new to using Avalanche but already became a bit familiar with it. I have a question regarding the supported CL strategies. Does Avalanche support a re-training strategy by default? Let's assume we have a class-incremental-learning case. By re-training, I mean first, we train the model for the initial classes, and then we have access to the initial dataset and the new class. So, we combine all the data and re-train the entire model again. It should be the best case strategy in terms of accuracy, but of course, not in terms of computation/data privacy and so on. But, anyway, I would like to know if such a strategy is supported by default or not? Many thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I think you are looking for the Cumulative strategy |
Beta Was this translation helpful? Give feedback.
I think you are looking for the Cumulative strategy