Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 688 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 688 Bytes

Example usage on MNIST

python main.py --experiment_name MNIST_experiment --seed 12 --gpuid 0 --dataset MNIST --first_split_size 2 --other_split_size 2 --base_force_out_dim 10 --base_model_type lenet --base_model_name LeNetG --gen_batch_size 40 --base_batch_size 120 --base_schedule 15 --base_lr 0.002 --no_class_remap --skip_normalization --new_task_data_processing generated --gen_ae_pre_epochs 20 --gen_ae_epochs 200

Link to the general solution visualisation

Video teaser

Credits

Forked from Continual-Learning-Benchmark