Skip to content

Commit 46e6463

Browse files
committed
Add prerequisite.
1 parent 3930463 commit 46e6463

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

beginner_source/pytorch_with_examples.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ 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+
To run the tutorials below, make sure you have the `torch`_
26+
and `numpy`_ packages installed.
27+
28+
.. _torch: https://github.com/pytorch/pytorch
29+
.. _numpy: https://github.com/numpy/numpy
30+
2531
.. contents:: Table of Contents
2632
:local:
2733

0 commit comments

Comments
 (0)