Skip to content

Commit

Permalink
Merge pull request pytorch#659 from pytorch/remove_generative_section
Browse files Browse the repository at this point in the history
Remove Generative section from tutorials
  • Loading branch information
SethHWeidman authored Sep 16, 2019
2 parents 94cb6a3 + 362b005 commit aec0988
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ Image
:tooltip: Raise your awareness to the security vulnerabilities of ML models, and get insight into the hot topic of adversarial machine learning
:description: :doc:`beginner/fgsm_tutorial`

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

.. raw:: html

Expand Down Expand Up @@ -153,17 +157,6 @@ Text

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

Generative
----------------------

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

.. raw:: html

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

Reinforcement Learning
----------------------
Expand Down Expand Up @@ -294,6 +287,7 @@ PyTorch in Other Languages
intermediate/spatial_transformer_tutorial
advanced/neural_style_tutorial
beginner/fgsm_tutorial
beginner/dcgan_faces_tutorial

.. toctree::
:maxdepth: 2
Expand All @@ -316,14 +310,6 @@ PyTorch in Other Languages
beginner/torchtext_translation_tutorial
beginner/transformer_tutorial

.. toctree::
:maxdepth: 2
:includehidden:
:hidden:
:caption: Generative

beginner/dcgan_faces_tutorial

.. toctree::
:maxdepth: 2
:includehidden:
Expand Down

0 comments on commit aec0988

Please sign in to comment.