File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ Our recommended ordering of examples:
15
15
2. **Advanced **: how to define our own neural network primitives to be optimized
16
16
by DARTS.
17
17
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
+
18
24
The Algorithm
19
25
-------------
20
26
@@ -65,12 +71,6 @@ components as the model is training.
65
71
As the optimization runs, the model will print the resulting loss with respect to a given *Genotype *.
66
72
The final model will be the *Genotype * with corresponding to the lowest loss.
67
73
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
74
.. References
75
75
.. ----------
76
76
.. _paper : https://openreview.net/forum?id=S1eYHoC5FX
You can’t perform that action at this time.
0 commit comments