@@ -38,34 +38,11 @@ Getting Started
38
38
:tooltip: Learn how to load and preprocess/augment data from a non trivial dataset
39
39
:description: :doc: `/beginner/data_loading_tutorial `
40
40
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
-
58
41
.. customgalleryitem ::
59
42
:figure: /_static/img/thumbnails/pytorch_tensorboard.png
60
43
:tooltip: Learn to use TensorBoard to visualize data and model training
61
44
:description: :doc: `intermediate/tensorboard_tutorial `
62
45
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
-
69
46
.. raw :: html
70
47
71
48
<div style =' clear :both ' ></div >
80
57
:description: :doc: `intermediate/torchvision_tutorial `
81
58
82
59
.. 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 `
86
63
87
64
.. customgalleryitem ::
88
65
:figure: /_static/img/stn/Five.gif
@@ -247,7 +224,7 @@ Extending PyTorch
247
224
<div style =' clear :both ' ></div >
248
225
249
226
PyTorch in Other Languages
250
- -------------
227
+ --------------------------
251
228
252
229
.. customgalleryitem ::
253
230
:tooltip: Using the PyTorch C++ Frontend
@@ -258,6 +235,24 @@ PyTorch in Other Languages
258
235
259
236
<div style =' clear :both ' ></div >
260
237
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
+
261
256
.. -----------------------------------------
262
257
.. Page TOC
263
258
.. -----------------------------------------
@@ -269,12 +264,7 @@ PyTorch in Other Languages
269
264
270
265
beginner/deep_learning_60min_blitz
271
266
beginner/data_loading_tutorial
272
- beginner/pytorch_with_examples
273
- beginner/transfer_learning_tutorial
274
- beginner/deploy_seq2seq_hybrid_frontend_tutorial
275
267
intermediate/tensorboard_tutorial
276
- beginner/saving_loading_models
277
- beginner/nn_tutorial
278
268
279
269
.. toctree ::
280
270
:maxdepth: 2
@@ -283,7 +273,7 @@ PyTorch in Other Languages
283
273
:caption: Image
284
274
285
275
intermediate/torchvision_tutorial
286
- beginner/finetuning_torchvision_models_tutorial
276
+ beginner/transfer_learning_tutorial
287
277
intermediate/spatial_transformer_tutorial
288
278
advanced/neural_style_tutorial
289
279
beginner/fgsm_tutorial
@@ -357,3 +347,12 @@ PyTorch in Other Languages
357
347
:caption: PyTorch in Other Languages
358
348
359
349
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