@@ -26,6 +26,12 @@ between the network output and the true output.
26
26
You can browse the individual examples at the
27
27
:ref: `end of this page <examples-download >`.
28
28
29
+ To run the tutorials below, make sure you have the `torch `_
30
+ and `numpy `_ packages installed.
31
+
32
+ .. _torch : https://github.com/pytorch/pytorch
33
+ .. _numpy : https://github.com/numpy/numpy
34
+
29
35
.. contents :: Table of Contents
30
36
:local:
31
37
@@ -217,6 +223,8 @@ We can easily implement this model as a Module subclass:
217
223
.. includenodoc :: /beginner/examples_nn/dynamic_net.py
218
224
219
225
226
+
227
+
220
228
.. _examples-download :
221
229
222
230
Examples
@@ -229,7 +237,6 @@ Tensors
229
237
230
238
.. toctree ::
231
239
:maxdepth: 2
232
- :hidden:
233
240
234
241
/beginner/examples_tensor/polynomial_numpy
235
242
/beginner/examples_tensor/polynomial_tensor
@@ -247,7 +254,6 @@ Autograd
247
254
248
255
.. toctree ::
249
256
:maxdepth: 2
250
- :hidden:
251
257
252
258
/beginner/examples_autograd/polynomial_autograd
253
259
/beginner/examples_autograd/polynomial_custom_function
@@ -266,7 +272,6 @@ Autograd
266
272
267
273
.. toctree ::
268
274
:maxdepth: 2
269
- :hidden:
270
275
271
276
/beginner/examples_nn/polynomial_nn
272
277
/beginner/examples_nn/polynomial_optim
@@ -284,4 +289,4 @@ Autograd
284
289
285
290
.. raw :: html
286
291
287
- <div style =' clear :both ' ></div >
292
+ <div style =' clear :both ' ></div >
0 commit comments