-
-
Notifications
You must be signed in to change notification settings - Fork 321
Add IL2M strategy #676
Copy link
Copy link
Open
Labels
TrainingRelated to the Training moduleRelated to the Training module
Description
Activity
Metadata
Metadata
Assignees
Labels
TrainingRelated to the Training moduleRelated to the Training module
Hi!
I'd like to implement IL2M in avalanche, along with the metric that was proposed to show bias toward new classes.
reference paper: https://openaccess.thecvf.com/content_ICCV_2019/papers/Belouadah_IL2M_Class_Incremental_Learning_With_Dual_Memory_ICCV_2019_paper.pdf
code: https://github.com/EdenBelouadah/class-incremental-learning/tree/master/il2m
I don't know if there is already a plan to port this or if it's ok if I start working on that?