Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82d922b

Browse files
holly1238brianjo
andauthored
Tutorial left nav updates (#1377)
Updated tutorials left nav per this spreadsheet: https://docs.google.com/spreadsheets/d/189BUHi82VtpXwH1jAwQW8Z6jsonxKe4NrZJF7CxthKE/edit#gid=0. - Removed the "(prototype) Introduction to Named Tensors in PyTorch" tutorial - Moved several tutorials from the Frontend APIs section to a new Extending PyTorch section Co-authored-by: Brian Johnson <[email protected]>
1 parent 9d46360 commit 82d922b

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

index.rst

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,6 @@ Welcome to PyTorch Tutorials
217217

218218
.. Frontend APIs
219219
220-
.. customcarditem::
221-
:header: (prototype) Introduction to Named Tensors in PyTorch
222-
:card_description: Learn how to use PyTorch to train a Deep Q Learning (DQN) agent on the CartPole-v0 task from the OpenAI Gym.
223-
:image: _static/img/thumbnails/cropped/experimental-Introduction-to-Named-Tensors-in-PyTorch.png
224-
:link: intermediate/named_tensor_tutorial.html
225-
:tags: Frontend-APIs,Named-Tensor,Best-Practice
226-
227220
.. customcarditem::
228221
:header: (beta) Channels Last Memory Format in PyTorch
229222
:card_description: Get an overview of Channels Last memory format and understand how it is used to order NCHW tensors in memory preserving dimensions.
@@ -243,21 +236,21 @@ Welcome to PyTorch Tutorials
243236
:card_description: Create a neural network layer with no parameters using numpy. Then use scipy to create a neural network layer that has learnable weights.
244237
:image: _static/img/thumbnails/cropped/Custom-Cpp-and-CUDA-Extensions.png
245238
:link: advanced/cpp_extension.html
246-
:tags: Frontend-APIs,C++,CUDA
239+
:tags: Extending-PyTorch,Frontend-APIs,C++,CUDA
247240

248241
.. customcarditem::
249242
:header: Extending TorchScript with Custom C++ Operators
250243
:card_description: Implement a custom TorchScript operator in C++, how to build it into a shared library, how to use it in Python to define TorchScript models and lastly how to load it into a C++ application for inference workloads.
251244
:image: _static/img/thumbnails/cropped/Extending-TorchScript-with-Custom-Cpp-Operators.png
252245
:link: advanced/torch_script_custom_ops.html
253-
:tags: Frontend-APIs,TorchScript,C++
246+
:tags: Extending-PyTorch,Frontend-APIs,TorchScript,C++
254247

255248
.. customcarditem::
256249
:header: Extending TorchScript with Custom C++ Classes
257250
:card_description: This is a continuation of the custom operator tutorial, and introduces the API we’ve built for binding C++ classes into TorchScript and Python simultaneously.
258251
:image: _static/img/thumbnails/cropped/Extending-TorchScript-with-Custom-Cpp-Classes.png
259252
:link: advanced/torch_script_custom_classes.html
260-
:tags: Frontend-APIs,TorchScript,C++
253+
:tags: Extending-PyTorch,Frontend-APIs,TorchScript,C++
261254

262255
.. customcarditem::
263256
:header: Dynamic Parallelism in TorchScript
@@ -527,14 +520,20 @@ Additional Resources
527520
:hidden:
528521
:caption: Frontend APIs
529522

530-
intermediate/named_tensor_tutorial
531523
intermediate/memory_format_tutorial
532524
advanced/cpp_frontend
525+
advanced/torch-script-parallelism
526+
advanced/cpp_autograd
527+
528+
.. toctree::
529+
:maxdepth: 2
530+
:includehidden:
531+
:hidden:
532+
:caption: Extending PyTorch
533+
533534
advanced/cpp_extension
534535
advanced/torch_script_custom_ops
535536
advanced/torch_script_custom_classes
536-
advanced/torch-script-parallelism
537-
advanced/cpp_autograd
538537
advanced/dispatcher
539538
advanced/extend_dispatcher
540539

0 commit comments

Comments
 (0)