Skip to content
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

main.py line 287 defaults = {**train_data_defaults} - SyntaxError: invalid syntax #20

Open
BrandonLiang opened this issue Apr 2, 2020 · 1 comment

Comments

@BrandonLiang
Copy link

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

@BrandonLiang
Copy link
Author

I manually changed it to
default = train_data_defaults
and attempting it now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant