PyTorch implementation of our paper "Memory Efficient Data-Free Distillation for Continual Learning", published in Pattern Recognition.
Title: Memory Efficient Data-Free Distillation for Continual Learning
Authors: Xiaorong Li, Shipeng Wang, Jian Sun, Zongben Xu
Email: [email protected], [email protected]
sh scripts/dfd.sh
For 20mini, you can download this dataset at here.
Python (3.6)
PyTorch (1.9.0)
@ARTICLE{Li_2023_pr,
author={Xiaorong Li and Shipeng Wang and Jian Sun and Zongben Xu},
journal={Pattern Recognition},
volumn={144},
pages={109875},
year={2023},
issn={0031-3203}
The code is based on Adam-NSCL and Continual-Learning-Benchmark.