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 55384a9 commit d594fb2Copy full SHA for d594fb2
examples/darts/README.rst
@@ -2,6 +2,11 @@
2
DARTS Examples
3
==============
4
5
+Differentiable architecture search
6
+
7
+TLDR
8
+----
9
10
Our recommended ordering of examples:
11
12
1. **Uno**: learn how to use the neural network building blocks in DARTS to
@@ -10,7 +15,8 @@ Our recommended ordering of examples:
15
2. **Advanced**: how to define our own neural network primitives to be optimized
16
by DARTS.
17
13
-Differentiable architecture search
18
+The Algorithm
19
+-------------
14
20
21
This is an adaptation of Hanxiao Liu et al's DARTS algorithm, extending
22
the work to handle convolutional neural networks for NLP problems and more.
0 commit comments