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

[WIP] Fixed path in quantization classification_flow #1939

Merged
merged 1 commit into from
Apr 22, 2022

Conversation

Jeremalloch
Copy link
Contributor

  • One line fix solving the issue reported in Issue 1938
  • Fixed an import path in the pytorch-quantization tool. Previously it
    was trying to import models directly, but all models are defined
    within models.classifcation, so it would always default to the
    torchvision versions. As a result, the residual branch of ResNets was
    not being quantized.

Signed-off-by: Jeremy Malloch jeremalloch@gmail.com

- Fixed an import path in the pytorch-quantization tool.  Previously it
  was trying to import models directly, but all models are defined
  within models.classifcation, so it would always default to the
  torchvision versions.  As a result, the residual branch of ResNets was
  not being quantized.

Signed-off-by: Jeremy Malloch <jeremalloch@gmail.com>
@ttyio ttyio merged commit 49c7679 into NVIDIA:main Apr 22, 2022
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.

2 participants