CLS-ER icon indicating copy to clipboard operation
CLS-ER copied to clipboard

Dataset issue

Open kaganozgun opened this issue 2 years ago • 1 comments

Hello, I try to reproduce your work in scope of 'ML Reproducibility Challenge 2022' but I faced with few problem about code base. - There is a problem about compressed SEQ-TINYIMG file, unzip tools returns 'tiny-imagenet-processed.zip not an archive' error. I tried different OS but unable to export files in zip file. - For gcil-cifar100 dataset given --weight_dist parameter is not recognized by main.py so it is not reproducible

Could you help me about this issues ?

kaganozgun avatar Jan 05 '23 18:01 kaganozgun

Congratulations on acceptance and thanks for sharing! I'd be appreciate if you could help with the problem with your code: The function mask_classes in training.py is described as ' used to obtain the results for the task-il setting'. But in the function evaluate in the same file, mask_classes is performed 'if dataset.SETTING == 'class-il''. So which setting does the function mask_classes belong to?

Deexaa avatar Aug 29 '23 07:08 Deexaa