Skip to content

hastings24/rethinking_er

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rethinking Experience Replay: a Bag of Tricks for Continual Learning

This code is based on our framework: Mammoth - An Extendible Continual Learning Framework for Pytorch.

To run experiments with the default arguments use python ./utils/main.py --model=<MODEL> --dataset=<DATASET> --buffer_size=<MEM_BUFFER_SIZE> --load_best_args.

Available models:

Available datasets:

  • seq-fmnist: Split Fashion-MNIST (5 tasks, 2 classes per task)
  • seq-cifar10: Split CIFAR-10 (5 tasks, 2 classes per task)
  • seq-cifar100: Split CIFAR-100 (10 tasks, 10 classes per task)
  • seq-core50: CORe50 dataset according to the SIT-NC protocol described here

Best args are provided for the following memory buffer sizes:

  • 200 exemplars
  • 500 exemplars
  • 1000 exemplars

About

Code to reproduce the experiments of "Rethinking Experience Replay: a Bag of Tricks for Continual Learning"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages