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
when I run sh val_imagenet_full.sh
sh val_imagenet_full.sh
An error happened.
NameError: name 'inceptionv3_spg' is not defined
I saw you define inception3_spg in models/google/inception3_spg.py
inception3_spg
models/google/inception3_spg.py
So here the --arch should be inception3_spg
--arch
The text was updated successfully, but these errors were encountered:
Thanks for the correction. The updated file has been uploaded.
Sorry, something went wrong.
No branches or pull requests
when I run
sh val_imagenet_full.sh
An error happened.
NameError: name 'inceptionv3_spg' is not defined
I saw you define
inception3_spg
inmodels/google/inception3_spg.py
So here the
--arch
should beinception3_spg
The text was updated successfully, but these errors were encountered: