Skip to content

Commit 9733e3c

Browse files
committed
Move setup to TLDR
People may not see it at the bottom.
1 parent 2fccd85 commit 9733e3c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/darts/README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Our recommended ordering of examples:
1515
2. **Advanced**: how to define our own neural network primitives to be optimized
1616
by DARTS.
1717

18+
Setup
19+
-----
20+
21+
Darts makes use of Pytorch. You can find binaries for both Pytorch and Torchvision (used in the advanced
22+
example) at the `pytorch website`_.
23+
1824
The Algorithm
1925
-------------
2026

@@ -65,12 +71,6 @@ components as the model is training.
6571
As the optimization runs, the model will print the resulting loss with respect to a given *Genotype*.
6672
The final model will be the *Genotype* with corresponding to the lowest loss.
6773

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-
7474
.. References
7575
.. ----------
7676
.. _paper: https://openreview.net/forum?id=S1eYHoC5FX

0 commit comments

Comments
 (0)