DER-ClassIL.pytorch
DER-ClassIL.pytorch copied to clipboard
The official PyTorch code for 'DER: Dynamically Expandable Representation for Class Incremental Learning' accepted by CVPR2021
I ran into endless errors while run code `sh scripts/run.sh`, such as easydict, tensorboardx missing, and sacred version conflict with python 3.10, etc. Could you please provide your requirements.txt or...
Hello, I modified the ImageNet-100 config file to ImageNet-1000 following the supplementary implementation details and didn't get the results in the paper. Was there anything in addition that I need...
Sorry to bother you, I wasn't able to reproduce the ImageNet-100 results. I'm using the config imagenet-100/b0_10s/configs/ without any change. For the first task, I'm getting only 90.4% top1 accuracy...
Hi, is the DER implementation with mask ready to be release? Thanks.
I found in ur table 7 or original icarl paper. 10 task. Cifar100-B0. 32-layer ResNet. I cannot achieve the results about 64.04. Or give some insights?
Hello, Followings our emails, can you provide at some point: - the pruning implementation (which is core to your method) - the final parameters count (in all settings and datasets),...
How to get the upper bound? Thank you!