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

Updated model_config.py #129

Merged
merged 1 commit into from
Dec 5, 2020
Merged

Updated model_config.py #129

merged 1 commit into from
Dec 5, 2020

Conversation

ghnreigns
Copy link
Contributor

Changed image_size = 1280 to image_size=(1280, 1280).
It will not be affected if you override the config's image size by saying config['image_size'] = (512,512) for example but it might be affected if you stick to default.

Changed image_size = 1280 to image_size=(1280, 1280).
It will not be affected if you override the config's image size by saying config['image_size'] = (512,512) for example but it might be affected if you stick to default.
@rwightman rwightman merged commit 92a0a0a into rwightman:master Dec 5, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants