Please see AI Project 2 Report
We followed the idea from Overcoming catastrophic forgetting in neural networks (EWC) and conducted experiments on both MINST and CORe50 datasets. Results shows that our model beats the Resnet-18 baseline by 2% on CORe50.
python ewc_mnist.py
Follow the CVPR Starter Instruction
sh fetch_data_and_setup.sh
conda env create -f environment.yml
conda activate clvision-challenge
python main_ewc.py --scenario="multi-task-nc" --sub_dir="ewc3000tt" [ --epochs=EPOCH ] [ --ewc_weight=EWC_WEIGHT ] [ --ewc_explosion_multr_cap=EWC_EXPLOSION_MULTR_CAP ]