This is an unofficial implementation of iCaRL: Incremental Classifier and Representation Learning on Mninst, FashionMnist and Kmnist datasets. This code is modified from https://github.com/donlee90/icarl.
- Clone the project to directory
git clone https://github.com/bill86416/ICaRL.git
- Initiate the conda environment
conda env create -f environment.yml -n icarl
conda activate icarl
- Run Mnist experiment
sh run_mnist.sh
- Run notMnist experiment
sh run_notmnist.sh
- Run Fashion Mnist experiment
sh run_fashionmnist.sh
Please email to Chih-Hsing Ho (Bill) (bill86416@gmail.com) if further issues are encountered.