Skip to content

Add Numeric Suite Tutorial to prototype #1064

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 49 commits into from
Jul 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
353174f
Add TorchScript fork/join tutorial
Jun 11, 2020
28f044e
Merge pull request #1021 from jamesr66a/fork_join
Jun 18, 2020
4e97bce
Add note about zipfile format in serialization tutorial
Jun 19, 2020
90f4771
Merge pull request #1036 from jamesr66a/save_note
Jun 19, 2020
823ddca
Profiler recipe (#1019)
ilia-cher Jun 23, 2020
910dfa9
[mobile] Mobile Perf Recipe
IvanKobzarev Jun 16, 2020
7b182fe
Merge branch 'master' into recipe_mobile_perf
Jun 24, 2020
6285b8f
Merge pull request #1031 from IvanKobzarev/recipe_mobile_perf
Jun 24, 2020
02aef1d
Minor syntax edits to mobile perf recipe
Jun 30, 2020
d64b9aa
Remove built files
Jun 30, 2020
8e4e379
[android] android native app recipe
IvanKobzarev Jun 26, 2020
9cc3ce8
[mobile_perf][recipe] Add ChannelsLast recommendation
IvanKobzarev Jun 26, 2020
a79c227
Merge branch 'master' into recipe_aarlink_customop
Jul 2, 2020
7b615c1
Merge pull request #1041 from IvanKobzarev/recipe_aarlink_customop
Jul 2, 2020
e6ac673
Merge branch 'release/1.6' into mobile_perf_channels_last
Jul 2, 2020
86b5c4a
Adding distributed pipeline parallel tutorial
Apr 11, 2020
fff3fba
Merge pull request #1042 from IvanKobzarev/mobile_perf_channels_last
Jul 2, 2020
dec681d
Merge pull request #948 from mrshenli/pipeline
Jul 2, 2020
f0be561
Add async execution tutorials
mrshenli Jun 30, 2020
aef2568
Merge pull request #1045 from mrshenli/batch
Jul 3, 2020
51abc6a
Fix code block in pipeline tutorial
mrshenli Jul 4, 2020
2f3ab79
Merge pull request #1050 from mrshenli/fix
Jul 4, 2020
f8465c3
Adding an Overview Page for PyTorch Distributed (#1056)
mrshenli Jul 9, 2020
d766eeb
[Mobile Perf Recipe] Add the benchmarking part for iOS (#1055)
xta0 Jul 13, 2020
55ec916
Add files via upload
hx89 Jul 14, 2020
f350ae1
Create numeric_suite_tutorial.py
hx89 Jul 14, 2020
d81933f
jlin27_numeric_suite_tutorial
Jul 15, 2020
2e9a502
Delete compare_output.png
hx89 Jul 15, 2020
4860eca
Delete compare_stub.png
hx89 Jul 15, 2020
51505ac
Delete shadow.png
hx89 Jul 15, 2020
f8829ba
Add files via upload
hx89 Jul 15, 2020
569e96f
RPC profiling recipe (#1068)
rohan-varma Jul 15, 2020
1f5d002
Merge pull request #1 from jlin27/master
hx89 Jul 16, 2020
26c729c
Update numeric_suite_tutorial.py
hx89 Jul 16, 2020
f13c382
Update numeric_suite_tutorial.py
hx89 Jul 16, 2020
5aa9d48
Push latest changes from master into release/1.6 (#1074)
Jul 16, 2020
bfb3bb5
Tutorial for DDP + RPC (#1071)
pritamdamania87 Jul 16, 2020
f9f3088
Make RPC profiling recipe into prototype tutorial (#1078)
Jul 21, 2020
c8e79e1
Add RPC tutorial
Jul 21, 2020
f2c549d
Update to include recipes
Jul 21, 2020
fbb1b1e
Merge branch 'release/1.6' into master
Jul 21, 2020
d9d152b
Add Graph Mode Dynamic Quant tutorial (#1065)
supriyar Jul 21, 2020
355e9b8
Merge branch 'release/1.6' into master
Jul 21, 2020
b53f272
Add mobile recipes images
jlin27 Jul 21, 2020
a855e46
Update mobile recipe index
Jul 21, 2020
f8b200d
Remove RPC Profiling recipe from index
Jul 22, 2020
6e261b2
1.6 model freezing tutorial (#1077)
Jul 22, 2020
d2ba182
Merge branch 'release/1.6' into master
Jul 22, 2020
c9fadcb
Merge branch 'master' into master
Jul 28, 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
Binary file added _static/img/compare_output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/img/compare_stub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/img/shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion advanced_source/torch_script_custom_classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -356,4 +356,4 @@ As always, if you run into any problems or have questions, you can use our
`forum <https://discuss.pytorch.org/>`_ or `GitHub issues
<https://github.com/pytorch/pytorch/issues>`_ to get in touch. Also, our
`frequently asked questions (FAQ) page
<https://pytorch.org/cppdocs/notes/faq.html>`_ may have helpful information.
<https://pytorch.org/cppdocs/notes/faq.html>`_ may have helpful information.
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ TORCH_LIBRARY(my_classes, m) {
manipulate_instance
);
// END def_free
}

2 changes: 1 addition & 1 deletion prototype_source/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prototype Tutorials
# Prototype Tutorials and Recipes

This directory contains tutorials and recipes demonstrating prototype features in PyTorch.

Expand Down
421 changes: 421 additions & 0 deletions prototype_source/numeric_suite_tutorial.py

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion recipes_source/recipes_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,3 @@ Recipes are bite-sized bite-sized, actionable examples of how to use specific Py
/recipes/torchscript_inference
/recipes/deployment_with_flask
/recipes/distributed_rpc_profiling