We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
https://github.com/pytorch/vision/blob/master/torchvision/models/quantization/inception.py#L138-L166 We need to use different instances of FloatFunctional at each invocation of cat
The text was updated successfully, but these errors were encountered:
need to modify this code and requantize and update the model here: https://download.pytorch.org/models/quantized/inception_v3_google_fbgemm-4f6e4894.pth cc @raghuramank100 @hx89 @z-a-f
Sorry, something went wrong.
Fixed via #1954
Updated inception quantized model path in #1969 and updated quantized inception accuracy number in README.md via #1975.
hx89
No branches or pull requests
https://github.com/pytorch/vision/blob/master/torchvision/models/quantization/inception.py#L138-L166
We need to use different instances of FloatFunctional at each invocation of cat
The text was updated successfully, but these errors were encountered: