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 thank you for wonderful DL networks repo.
I have one question to ask about pytorchcv
in pytorch/pytorchcv/models/squeezenext.py I found that SqueezeNext class has in_size argument but never being used.
pytorch/pytorchcv/models/squeezenext.py
in_size
I would like to modify my input img size form get_model function by changing in_size argument.
get_model
Is there any reason you are not using in_size argument currently?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi thank you for wonderful DL networks repo.
I have one question to ask about pytorchcv
in
pytorch/pytorchcv/models/squeezenext.py
I found that SqueezeNext class hasin_size
argument but never being used.I would like to modify my input img size form
get_model
function by changing in_size argument.Is there any reason you are not using in_size argument currently?
The text was updated successfully, but these errors were encountered: