The official repository for CoLLAs'24 paper. We extended the original repo DER++ with our method.
- python main.py --seed 10 --dataset seq-cifar10 --model agile --buffer_size 200 --load_best_args
--tensorboard --notes 'AGILE baseline'
- Use
./utils/main.py
to run experiments. - Use argument
--load_best_args
to use the best hyperparameters from the paper. - New models can be added to the
models/
folder. - New datasets can be added to the
datasets/
folder.
- Attention-Guided Incremental Learning (AGILE)
Class-Il / Task-IL settings
+ Sequential CIFAR-10
+ Sequential CIFAR-100
+ Sequential Tiny ImageNet