Code of Selfless Sequential Learning, ICLR 2019

Rahaf Aljundi, Marcus Rohrbach and Tinne Tuytelaars.

The code includes demos for EWC and MAS on permuted Mnist.

For MAS demo please run "python Demo_MAS.py"

For EWC demo please run "python Demo_EWC.py"

The Code is based on Pytorch 1.0

Paper link: https://openreview.net/forum?id=Bkxbrn0cYX

For citing the paper, please use:

@inproceedings{ aljundi2018selfless, title={Selfless Sequential Learning}, author={Rahaf Aljundi and Marcus Rohrbach and Tinne Tuytelaars}, booktitle={International Conference on Learning Representations}, year={2019}, url={https://openreview.net/forum?id=Bkxbrn0cYX}, }