Skip to content

Commit b986926

Browse files
committed
Create run section
THis makes it easier to see the instructions to run the example.
1 parent d594fb2 commit b986926

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/darts/advanced/README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ of the primitives must have the same number of input and output features, this w
119119
of features from any of your primitives. Since DARTS cannot know ahead of time what your primitives will be,
120120
we must specify how many features will go into our final fully connected layer of the network.
121121

122-
Finally, to run this example:
122+
Run the Example
123+
---------------
123124

124125
First, make sure that you can get the example data by installing `torchvision`:
125126

examples/darts/uno/README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ data and labels of the training set, but also the data and labels of our validat
6262
simplicity of this tutorial, *x_search* and *target_search* are from our training set, but these
6363
would normally use a separate validation set.
6464

65-
Finally, to run this example:
65+
Run the Example
66+
---------------
6667

6768
.. code-block::
6869

0 commit comments

Comments
 (0)