You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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?
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 ?
The text was updated successfully, but these errors were encountered: