Closed psychocosine closed 6 months ago
When I tried to run python main.py --config ./exps/ewc.json. It seems that the accuracy of the tasks learned previously is very low. Why it happened?
python main.py --config ./exps/ewc.json
ewc.json
{ "prefix": "reproduce", "dataset": "cifar100", "memory_size": 2000, "memory_per_class": 20, "fixed_memory": false, "shuffle": true, "init_cls": 10, "increment": 10, "model_name": "ewc", "convnet_type": "resnet32", "device": ["0","1","2","3"], "seed": [1993] }
It means EWC is not a strong baseline.
When I tried to run
python main.py --config ./exps/ewc.json
. It seems that the accuracy of the tasks learned previously is very low. Why it happened?ewc.json