Skip to content

Commit d594fb2

Browse files
committed
Clean up formatting
This should make the README a bit more palatable.
1 parent 55384a9 commit d594fb2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/darts/README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
DARTS Examples
33
==============
44

5+
Differentiable architecture search
6+
7+
TLDR
8+
----
9+
510
Our recommended ordering of examples:
611

712
1. **Uno**: learn how to use the neural network building blocks in DARTS to
@@ -10,7 +15,8 @@ Our recommended ordering of examples:
1015
2. **Advanced**: how to define our own neural network primitives to be optimized
1116
by DARTS.
1217

13-
Differentiable architecture search
18+
The Algorithm
19+
-------------
1420

1521
This is an adaptation of Hanxiao Liu et al's DARTS algorithm, extending
1622
the work to handle convolutional neural networks for NLP problems and more.

0 commit comments

Comments
 (0)