Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 674 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 674 Bytes

A Unified and General Framework for Continual Learning (ICLR 2024)

Package Requirements

  • Pytorch 1.12.1

Running Experiments

python utils/main.py --load_best_args --model derpp --dataset seq-cifar100 --buffer_size 500 --seed 1

Citation

If you find our paper or this resource helpful, please consider cite:

@inproceedings{
wang2024a,
title={A Unified and General Framework for Continual Learning},
author={Zhenyi Wang and Yan Li and Li Shen and Heng Huang},
booktitle={The Twelfth International Conference on Learning Representations},
year={2024}
}

Acknowledgements

Our implementation is based on https://github.com/aimagelab/mammoth