Skip to content

Commit

Permalink
Notebook Example - Variational Auto Enconders on MNIST (pytorch#415)
Browse files Browse the repository at this point in the history
* Added VAE example

* Improved text style and dependencies section

* Updated VAE example with loss plots

* Fixed nits, fixed variable callouts and added plot description

* Updated docs to include links to the notebook examples

* Update examples.rst
  • Loading branch information
anmolsjoshi authored and vfdev-5 committed Feb 28, 2019
1 parent 5017a01 commit 671de4c
Show file tree
Hide file tree
Showing 2 changed files with 1,151 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ to display how it helps to write compact and full-featured training loops in a f
- `Reinforcement Learning <https://github.com/pytorch/ignite/tree/master/examples/reinforcement_learning>`_
- `Fast Neural Style <https://github.com/pytorch/ignite/tree/master/examples/fast_neural_style>`_

Notebooks:




- `Text Classification using Convolutional Neural Networks <https://github.com/pytorch/ignite/blob/master/examples/notebooks/TextCNN.ipynb>`_
- `Variational Auto Encoders <https://github.com/pytorch/ignite/blob/master/examples/notebooks/VAE.ipynb>`_
Loading

0 comments on commit 671de4c

Please sign in to comment.