@@ -55,7 +55,7 @@ Welcome to PyTorch Tutorials
55
55
:image: _static/img/thumbnails/cropped/60-min-blitz.png
56
56
:link: beginner/basics/intro.html
57
57
:tags: Getting-Started
58
-
58
+
59
59
.. customcarditem ::
60
60
:header: Introduction to PyTorch on YouTube
61
61
:card_description: An introduction to building a complete ML workflow with PyTorch. Follows the PyTorch Beginner Series on YouTube.
@@ -120,7 +120,7 @@ Welcome to PyTorch Tutorials
120
120
:image: _static/img/thumbnails/cropped/DCGAN-Tutorial.png
121
121
:link: beginner/dcgan_faces_tutorial.html
122
122
:tags: Image/Video
123
-
123
+
124
124
.. customcarditem ::
125
125
:header: Spatial Transformer Networks Tutorial
126
126
:card_description: Learn how to augment your network using a visual attention mechanism.
@@ -352,6 +352,13 @@ Welcome to PyTorch Tutorials
352
352
:link: advanced/torch-script-parallelism.html
353
353
:tags: Frontend-APIs,TorchScript,C++
354
354
355
+ .. customcarditem ::
356
+ :header: Real Time Inference on Raspberry Pi 4
357
+ :card_description: This tutorial covers how to run quantized and fused models on a Raspberry Pi 4 at 30 fps.
358
+ :image: _static/img/thumbnails/cropped/realtime_rpi.png
359
+ :link: intermediate/realtime_rpi.html
360
+ :tags: TorchScript,Model Optimization,Image/Video,Quantization
361
+
355
362
.. customcarditem ::
356
363
:header: Autograd in C++ Frontend
357
364
:card_description: The autograd package helps build flexible and dynamic nerural netorks. In this tutorial, exploreseveral examples of doing autograd in PyTorch C++ frontend
@@ -496,6 +503,13 @@ Welcome to PyTorch Tutorials
496
503
:link: intermediate/dist_tuto.html
497
504
:tags: Parallel-and-Distributed-Training
498
505
506
+ .. customcarditem ::
507
+ :header: Customize Process Group Backends Using Cpp Extensions
508
+ :card_description: Extend ProcessGroup with custom collective communication implementations.
509
+ :image: _static/img/thumbnails/cropped/Customize-Process-Group-Backends-Using-Cpp-Extensions.png
510
+ :link: intermediate/process_group_cpp_extension_tutorial.html
511
+ :tags: Parallel-and-Distributed-Training
512
+
499
513
.. customcarditem ::
500
514
:header: Getting Started with Distributed RPC Framework
501
515
:card_description: Learn how to build distributed training using the torch.distributed.rpc package.
@@ -646,7 +660,7 @@ Additional Resources
646
660
beginner/basics/autogradqs_tutorial
647
661
beginner/basics/optimization_tutorial
648
662
beginner/basics/saveloadrun_tutorial
649
-
663
+
650
664
.. toctree ::
651
665
:maxdepth: 2
652
666
:hidden:
@@ -736,6 +750,7 @@ Additional Resources
736
750
beginner/Intro_to_TorchScript_tutorial
737
751
advanced/cpp_export
738
752
advanced/super_resolution_with_onnxruntime
753
+ intermediate/realtime_rpi
739
754
740
755
.. toctree ::
741
756
:maxdepth: 2
@@ -799,6 +814,7 @@ Additional Resources
799
814
intermediate/model_parallel_tutorial
800
815
intermediate/ddp_tutorial
801
816
intermediate/dist_tuto
817
+ intermediate/process_group_cpp_extension_tutorial
802
818
intermediate/rpc_tutorial
803
819
intermediate/rpc_param_server_tutorial
804
820
intermediate/dist_pipeline_parallel_tutorial
0 commit comments