@@ -67,50 +67,26 @@ Beginner Tutorials
67
67
Intermediate Tutorials
68
68
----------------------
69
69
70
- Visual Attention for CNN
71
- ^^^^^^^^^^^^^^^^^^^^^^^^
72
-
73
- .. galleryitem :: intermediate/spatial_transformer_tutorial.py
74
-
75
- .. raw :: html
76
-
77
- <div style =' clear :both ' ></div >
78
-
79
- RNNs for NLP
80
- ^^^^^^^^^^^^
81
-
82
- Applying recurrent neural networks to natural language tasks, from
83
- classification to generation.
84
-
85
-
86
70
.. galleryitem :: intermediate/char_rnn_classification_tutorial.py
71
+
87
72
.. galleryitem :: intermediate/char_rnn_generation_tutorial.py
88
73
:figure: _static/img/char_rnn_generation.png
74
+
89
75
.. galleryitem :: intermediate/seq2seq_translation_tutorial.py
90
76
:figure: _static/img/seq2seq_flat.png
91
77
92
- .. raw :: html
93
-
94
- <div style =' clear :both ' ></div >
95
-
96
- Reinforcement Learning
97
- ^^^^^^^^^^^^^^^^^^^^^^
98
-
99
78
.. galleryitem :: intermediate/reinforcement_q_learning.py
100
79
:figure: _static/img/cartpole.gif
101
80
102
- .. raw :: html
103
-
104
- <div style =' clear :both ' ></div >
105
-
106
- Distributed Learning
107
- ^^^^^^^^^^^^^^^^^^^^^^
108
-
109
81
.. customgalleryitem ::
110
82
:tooltip: Writing Distributed Applications with PyTorch.
111
83
:description: :doc: `/intermediate/dist_tuto `
112
84
:figure: _static/img/distributed/DistPyTorch.jpg
113
85
86
+
87
+ .. galleryitem :: intermediate/spatial_transformer_tutorial.py
88
+
89
+
114
90
.. raw :: html
115
91
116
92
<div style =' clear :both ' ></div >
@@ -121,12 +97,12 @@ Distributed Learning
121
97
:hidden:
122
98
:caption: Intermediate Tutorials
123
99
124
- intermediate/spatial_transformer_tutorial
125
100
intermediate/char_rnn_classification_tutorial
126
101
intermediate/char_rnn_generation_tutorial
127
102
intermediate/seq2seq_translation_tutorial
128
103
intermediate/reinforcement_q_learning
129
104
intermediate/dist_tuto
105
+ intermediate/spatial_transformer_tutorial
130
106
131
107
132
108
Advanced Tutorials
0 commit comments