Skip to content

Commit ca19641

Browse files
committed
remove empty example section
1 parent 60be370 commit ca19641

File tree

1 file changed

+0
-74
lines changed

1 file changed

+0
-74
lines changed

beginner_source/pytorch_with_examples.rst

Lines changed: 0 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ as our running example. The network will have four parameters, and will be train
2222
gradient descent to fit random data by minimizing the Euclidean distance
2323
between the network output and the true output.
2424

25-
.. note::
26-
You can browse the individual examples at the
27-
:ref:`end of this page <examples-download>`.
28-
2925
.. contents:: Table of Contents
3026
:local:
3127

@@ -215,73 +211,3 @@ times when defining the forward pass.
215211
We can easily implement this model as a Module subclass:
216212

217213
.. includenodoc:: /beginner/examples_nn/dynamic_net.py
218-
219-
220-
.. _examples-download:
221-
222-
Examples
223-
~~~~~~~~
224-
225-
You can browse the above examples here.
226-
227-
Tensors
228-
-------
229-
230-
.. toctree::
231-
:maxdepth: 2
232-
:hidden:
233-
234-
/beginner/examples_tensor/polynomial_numpy
235-
/beginner/examples_tensor/polynomial_tensor
236-
237-
.. galleryitem:: /beginner/examples_tensor/polynomial_numpy.py
238-
239-
.. galleryitem:: /beginner/examples_tensor/polynomial_tensor.py
240-
241-
.. raw:: html
242-
243-
<div style='clear:both'></div>
244-
245-
Autograd
246-
--------
247-
248-
.. toctree::
249-
:maxdepth: 2
250-
:hidden:
251-
252-
/beginner/examples_autograd/polynomial_autograd
253-
/beginner/examples_autograd/polynomial_custom_function
254-
255-
256-
.. galleryitem:: /beginner/examples_autograd/polynomial_autograd.py
257-
258-
.. galleryitem:: /beginner/examples_autograd/polynomial_custom_function.py
259-
260-
.. raw:: html
261-
262-
<div style='clear:both'></div>
263-
264-
``nn`` module
265-
--------------
266-
267-
.. toctree::
268-
:maxdepth: 2
269-
:hidden:
270-
271-
/beginner/examples_nn/polynomial_nn
272-
/beginner/examples_nn/polynomial_optim
273-
/beginner/examples_nn/polynomial_module
274-
/beginner/examples_nn/dynamic_net
275-
276-
277-
.. galleryitem:: /beginner/examples_nn/polynomial_nn.py
278-
279-
.. galleryitem:: /beginner/examples_nn/polynomial_optim.py
280-
281-
.. galleryitem:: /beginner/examples_nn/polynomial_module.py
282-
283-
.. galleryitem:: /beginner/examples_nn/dynamic_net.py
284-
285-
.. raw:: html
286-
287-
<div style='clear:both'></div>

0 commit comments

Comments
 (0)