We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
This is the output on command line:
python main.py --dataset cifar10 --model resnet --model-config "{'depth': 44}" --duplicates 32 --cutout -b 64 --epochs 100 --save resnet_44_cutout_m-32-new File "main.py", line 287 defaults = {**train_data_defaults} ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
I manually changed it to default = train_data_defaults and attempting it now
Sorry, something went wrong.
No branches or pull requests
Hi,
This is the output on command line:
python main.py --dataset cifar10 --model resnet --model-config "{'depth': 44}" --duplicates 32 --cutout -b 64 --epochs 100 --save resnet_44_cutout_m-32-new
File "main.py", line 287
defaults = {**train_data_defaults}
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: