Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.11 KB

File metadata and controls

37 lines (27 loc) · 1.11 KB

[NeurIPS2024] SAFE: Slow and Fast Parameter-Efficient Tuning for Continual Learning with Pre-Trained Models

framework

Requirements

Datasets

We follow RanPAC setting to use the same data index_list for training.

Running scripts

$ python main.py -d cifar224
  • for -d choose from 'cifar224', 'imageneta'

Acknowledgment

Our project references the codes in the following repos.

Citation

If you find our work useful in your research, please consider citing:

@inproceedings{zhao2024safe,
  title={SAFE: Slow and Fast Parameter-Efficient Tuning for Continual Learning with Pre-Trained Models},
  author={Zhao, Linglan and Zhang, Xuerui and Yan, Ke and Ding, Shouhong and Huang, Weiran},
  booktitle={Advances in Neural Information Processing Systems (NeurIPS)},
  year={2024}
}