Skip to content

Commit aec0988

Browse files
authored
Merge pull request #659 from pytorch/remove_generative_section
Remove Generative section from tutorials
2 parents 94cb6a3 + 362b005 commit aec0988

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

index.rst

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ Image
9999
:tooltip: Raise your awareness to the security vulnerabilities of ML models, and get insight into the hot topic of adversarial machine learning
100100
:description: :doc:`beginner/fgsm_tutorial`
101101

102+
.. customgalleryitem::
103+
:tooltip: Train a generative adversarial network (GAN) to generate new celebrities
104+
:figure: /_static/img/dcgan_generator.png
105+
:description: :doc:`beginner/dcgan_faces_tutorial`
102106

103107
.. raw:: html
104108

@@ -153,17 +157,6 @@ Text
153157

154158
<div style='clear:both'></div>
155159

156-
Generative
157-
----------------------
158-
159-
.. customgalleryitem::
160-
:tooltip: Train a generative adversarial network (GAN) to generate new celebrities
161-
:figure: /_static/img/dcgan_generator.png
162-
:description: :doc:`beginner/dcgan_faces_tutorial`
163-
164-
.. raw:: html
165-
166-
<div style='clear:both'></div>
167160

168161
Reinforcement Learning
169162
----------------------
@@ -294,6 +287,7 @@ PyTorch in Other Languages
294287
intermediate/spatial_transformer_tutorial
295288
advanced/neural_style_tutorial
296289
beginner/fgsm_tutorial
290+
beginner/dcgan_faces_tutorial
297291

298292
.. toctree::
299293
:maxdepth: 2
@@ -316,14 +310,6 @@ PyTorch in Other Languages
316310
beginner/torchtext_translation_tutorial
317311
beginner/transformer_tutorial
318312

319-
.. toctree::
320-
:maxdepth: 2
321-
:includehidden:
322-
:hidden:
323-
:caption: Generative
324-
325-
beginner/dcgan_faces_tutorial
326-
327313
.. toctree::
328314
:maxdepth: 2
329315
:includehidden:

0 commit comments

Comments
 (0)