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 7f1e99b commit 2fccd85Copy full SHA for 2fccd85
examples/darts/README.rst
@@ -65,7 +65,14 @@ components as the model is training.
65
As the optimization runs, the model will print the resulting loss with respect to a given *Genotype*.
66
The final model will be the *Genotype* with corresponding to the lowest loss.
67
68
+Setup
69
+-----
70
+
71
+Darts makes use of Pytorch. You can find binaries for both Pytorch and Torchvision (used in the advanced
72
+example) at the `pytorch website`_.
73
74
.. References
75
.. ----------
76
.. _paper: https://openreview.net/forum?id=S1eYHoC5FX
77
.. _darts.modules.operations.conv.py: ../../../common/darts/modules/operations/conv.py
78
+.. _pytorch website: https://pytorch.org/
0 commit comments