@@ -38,34 +38,11 @@ Getting Started
3838 :tooltip: Learn how to load and preprocess/augment data from a non trivial dataset
3939 :description: :doc: `/beginner/data_loading_tutorial `
4040
41- .. customgalleryitem ::
42- :tooltip: This tutorial introduces the fundamental concepts of PyTorch through self-contained examples
43- :figure: /_static/img/thumbnails/examples.png
44- :description: :doc: `/beginner/pytorch_with_examples `
45-
46- .. customgalleryitem ::
47- :figure: /_static/img/thumbnails/sphx_glr_transfer_learning_tutorial_001.png
48- :tooltip: In transfer learning, a model created from one task is used in another
49- :description: :doc: `beginner/transfer_learning_tutorial `
50-
51- .. customgalleryitem ::
52- :figure: /_static/img/thumbnails/floppy.png
53- :tooltip: Explore use cases for the saving and loading of PyTorch models
54- :description: :doc: `beginner/saving_loading_models `
55-
56- .. .. galleryitem:: beginner/saving_loading_models.py
57-
5841.. customgalleryitem ::
5942 :figure: /_static/img/thumbnails/pytorch_tensorboard.png
6043 :tooltip: Learn to use TensorBoard to visualize data and model training
6144 :description: :doc: `intermediate/tensorboard_tutorial `
6245
63- .. customgalleryitem ::
64- :figure: /_static/img/torch.nn.png
65- :tooltip: Use torch.nn to create and train a neural network
66- :description: :doc: `beginner/nn_tutorial `
67-
68-
6946.. raw :: html
7047
7148 <div style =' clear :both ' ></div >
8057 :description: :doc: `intermediate/torchvision_tutorial `
8158
8259.. customgalleryitem ::
83- :figure: /_static/img/thumbnails/eye .png
84- :tooltip: Finetune and feature extract the torchvision models
85- :description: :doc: `beginner/finetuning_torchvision_models_tutorial `
60+ :figure: /_static/img/thumbnails/sphx_glr_transfer_learning_tutorial_001 .png
61+ :tooltip: In transfer learning, a model created from one task is used in another
62+ :description: :doc: `beginner/transfer_learning_tutorial `
8663
8764.. customgalleryitem ::
8865 :figure: /_static/img/stn/Five.gif
@@ -247,7 +224,7 @@ Extending PyTorch
247224 <div style =' clear :both ' ></div >
248225
249226PyTorch in Other Languages
250- -------------
227+ --------------------------
251228
252229.. customgalleryitem ::
253230 :tooltip: Using the PyTorch C++ Frontend
@@ -258,6 +235,24 @@ PyTorch in Other Languages
258235
259236 <div style =' clear :both ' ></div >
260237
238+ PyTorch Fundamentals In-Depth
239+ -----------------------------
240+
241+ .. customgalleryitem ::
242+ :tooltip: This tutorial introduces the fundamental concepts of PyTorch through self-contained examples
243+ :figure: /_static/img/thumbnails/examples.png
244+ :description: :doc: `/beginner/pytorch_with_examples `
245+
246+ .. customgalleryitem ::
247+ :figure: /_static/img/torch.nn.png
248+ :tooltip: Use torch.nn to create and train a neural network
249+ :description: :doc: `beginner/nn_tutorial `
250+
251+ .. raw :: html
252+
253+ <div style =' clear :both ' ></div >
254+
255+
261256.. -----------------------------------------
262257.. Page TOC
263258.. -----------------------------------------
@@ -269,12 +264,7 @@ PyTorch in Other Languages
269264
270265 beginner/deep_learning_60min_blitz
271266 beginner/data_loading_tutorial
272- beginner/pytorch_with_examples
273- beginner/transfer_learning_tutorial
274- beginner/deploy_seq2seq_hybrid_frontend_tutorial
275267 intermediate/tensorboard_tutorial
276- beginner/saving_loading_models
277- beginner/nn_tutorial
278268
279269.. toctree ::
280270 :maxdepth: 2
@@ -283,7 +273,7 @@ PyTorch in Other Languages
283273 :caption: Image
284274
285275 intermediate/torchvision_tutorial
286- beginner/finetuning_torchvision_models_tutorial
276+ beginner/transfer_learning_tutorial
287277 intermediate/spatial_transformer_tutorial
288278 advanced/neural_style_tutorial
289279 beginner/fgsm_tutorial
@@ -357,3 +347,12 @@ PyTorch in Other Languages
357347 :caption: PyTorch in Other Languages
358348
359349 advanced/cpp_frontend
350+
351+ .. toctree ::
352+ :maxdepth: 2
353+ :includehidden:
354+ :hidden:
355+ :caption: PyTorch Fundamentals In-Depth
356+
357+ beginner/pytorch_with_examples
358+ beginner/nn_tutorial
0 commit comments