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.
1 parent 3423f67 commit 4598009Copy full SHA for 4598009
recipes_source/recipes/README.txt
@@ -55,8 +55,16 @@ PyTorch Recipes
55
56
14. mobile_perf.py
57
PyTorch Mobile Performance Recipes
58
- https://pytorch.org/tutorials/recipes/mobile_perf.html
+ https://pytorch.org/tutorials/recipes/recipes/mobile_perf.html
59
60
15. amp_recipe.py
61
Automatic Mixed Precision
62
- https://pytorch.org/tutorials/recipes/amp_recipe.html
+ https://pytorch.org/tutorials/recipes/recipes/amp_recipe.html
63
+
64
+16. benchmark.py
65
+ PyTorch Benchmark
66
+ https://pytorch.org/tutorials/recipes/recipes/benchmark.html
67
68
+17. profiler.py
69
+ PyTorch Profiler
70
+ https://pytorch.org/tutorials/recipes/recipes/profiler.html
0 commit comments