We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9813fd6 commit 01f87c7Copy full SHA for 01f87c7
docs/source/training_references.rst
@@ -19,9 +19,9 @@ guarantees.
19
20
In general, these scripts rely on the latest (not yet released) pytorch version
21
or the latest torchvision version. This means that to use them, **you might need
22
-to install the latest pytorch and torchvision versions**, with e.g.::
+to install the latest pytorch and torchvision versions** following the `official
23
+instructions <https://pytorch.org/get-started/locally/>`_.
24
- conda install pytorch torchvision -c pytorch-nightly
25
26
If you need to rely on an older stable version of pytorch or torchvision, e.g.
27
torchvision 0.10, then it's safer to use the scripts from that corresponding
0 commit comments