Skip to content

Add Graph Mode Dynamic Quant tutorial #1065

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

Merged
merged 25 commits into from
Jul 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a9bd604
Update feature classification labels
Jun 18, 2020
45d02c7
Update NVidia -> Nvidia
Jun 23, 2020
8d32bae
Merge branch 'master' into master
Jun 25, 2020
9a7250d
Merge branch 'master' into master
Jul 2, 2020
0d48b72
Merge pull request #1035 from jlin27/master
Jul 4, 2020
68c22a0
Bring back default filename_pattern so that by default we run all gal…
ezyang Jul 8, 2020
b6d1838
Add prototype_source directory
Jul 8, 2020
01fc130
Add prototype directory
Jul 8, 2020
26511cc
Add prototype
Jul 8, 2020
fb779e1
Remove extra "done"
Jul 8, 2020
494d037
Add REAME.txt
Jul 9, 2020
23fb4c7
Merge pull request #1058 from jlin27/master
Jul 9, 2020
d32aa04
Update for prototype instructions
Jul 9, 2020
67f76d3
Update for prototype feature
Jul 9, 2020
958aa33
refine torchvision_tutorial doc for windows
guyang3532 Jul 9, 2020
c83c23d
Merge pull request #1060 from guyang3532/fix_torchvision_tutorial_win
ezyang Jul 9, 2020
9b0635d
Update neural_style_tutorial.py (#1059)
hritikbhandari Jul 9, 2020
3740027
torch_script_custom_ops restructure (#1057)
ezyang Jul 9, 2020
3e32d22
Port custom ops tutorial to new registration API, increase testability.
ezyang Jul 9, 2020
999a029
Kill some other occurrences of RegisterOperators
ezyang Jul 9, 2020
f90f773
Update README.md
Jul 9, 2020
c6059ec
Make torch_script_custom_classes tutorial runnable
ezyang Jul 9, 2020
32e5407
Update torch_script_custom_classes to use TORCH_LIBRARY (#1062)
ezyang Jul 14, 2020
d823c9e
Add Graph Mode Dynamic Quant tutorial
supriyar Jul 14, 2020
f5845f4
Merge branch 'release/1.6' into master
Jul 21, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions prototype_source/README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Prototype Tutorials
------------------

1. distributed_rpc_profiling.rst
Profiling PyTorch RPC-Based Workloads
https://github.com/pytorch/tutorials/blob/release/1.6/prototype_source/distributed_rpc_profiling.rst
https://github.com/pytorch/tutorials/blob/release/1.6/prototype_source/distributed_rpc_profiling.rst
Loading