-
Notifications
You must be signed in to change notification settings - Fork 4.2k
[ao] fixing tutorials #2140
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
[ao] fixing tutorials #2140
Conversation
Summary: fixing tutorial to have example_inputs and QConfigMapping Test Plan: for fx_graph_mode_ptq_static.rst and fx_graph_mode_ptq_dynamic.py I pasted and ran the script to verify that it ran, the latter could be run exactly while the former required a slight modification since I didn't had a different version of the imagenet dataset but only the dataloaders had to be modified. for the quant_guide no explicit testing was done Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: d142b2f Pull Request resolved: #2137
✅ Deploy Preview for pytorch-tutorials-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just a couple editorial suggestions.
Summary: fixing tutorial to have example_inputs and QConfigMapping Test Plan: for fx_graph_mode_ptq_static.rst and fx_graph_mode_ptq_dynamic.py I pasted and ran the script to verify that it ran, the latter could be run exactly while the former required a slight modification since I didn't had a different version of the imagenet dataset but only the dataloaders had to be modified. for the quant_guide no explicit testing was done Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: d142b2f Pull Request resolved: #2137
…h/tutorials into 1_fx_quantization_mapping
thanks for your help cleaning up these tutorials @svekars, i've made those suggested changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Summary: fixing tutorial to have example_inputs and QConfigMapping.
note: the quantization guide leaves example_inputs non initialized that code doesn't seem intended to run and we don't know what teh model is supposed to be.
Test Plan: for fx_graph_mode_ptq_static.rst and
fx_graph_mode_ptq_dynamic.py I pasted and ran the script to verify that it ran, the latter could be run exactly while the former required a slight modification since I didn't had a different version of the imagenet dataset but only the dataloaders had to be modified.
for the quant_guide no explicit testing was done
Reviewers:
Subscribers:
Tasks:
Tags:
Pull Request resolved: #2137