Thanks a lot for making the code public.
I had a couple of questions regarding reproducing the results in your paper.
When I try to reproduce the results for cifar 100 shuffled and ordered 5 task experiments, I am getting the following results (I am assuming the accuracy given in your paper is the TAg Acc).
For the cifar100 shuffled experiments
For cifar100 ordered experiments
The numbers given in the paper 47.13% and 42.80%. Can you please let me know why is this so? Also is there anyway I can reproduce the same accuracy numbers as in the paper.
There seems to be some issue with the ImageNet training.
I am getting this error when I try to run the experiment, can you help me resolve it.
It is average incremental accuracy; it is the standard metric to report for CIL tasks and is calculated as (47.3 + 41.7 + 43.9 + 40.7 + 40.4 + 39.8)/6. (Avg of all cumulative accuracies).
Thanks a lot for making the code public. I had a couple of questions regarding reproducing the results in your paper.
The numbers given in the paper 47.13% and 42.80%. Can you please let me know why is this so? Also is there anyway I can reproduce the same accuracy numbers as in the paper.
Thanks in advance.