-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with ImageNet-Subset #45
Comments
If you are running experiments on ImageNet, you probably want to replace |
Thank you so much. I used resnet-18 instead and it works Have you simulated in tiny-imagenet-200? the get_data() method in line 72 in data_loader.py does not work because the data directory in tiny-imagenet-200 is different than other ImageNet version. |
For the tiny-imagenet-200, you can use the instructions here to be able to generate the dataset splits. You basically generate the For example, in the
|
I ran the finetuning script for imagenet-subset
python src/main_incremental.py --approach finetuning --nepochs 200 --batch-size 128 --num-workers 4 --datasets imagenet_subset --num-tasks 12 --nc-first-task 25 --lr 0.05 --weight-decay 1e-3 --clipping 1 --network resnet32 --momentum 0.9 --exp-name exp1 --seed 0
But I am getting this syntactical error
Has somebody got such an issue?
The text was updated successfully, but these errors were encountered: