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 39392f9 commit 5a9e503Copy full SHA for 5a9e503
examples/README.md
@@ -1,12 +1,27 @@
1
Examples of using runx.
2
Please create a .runx file from .runx_example first.
3
4
-Interactive:
5
- > python -m runx.runx mnist.yml -i -n -> dry run
6
- > python -m runx.runx mnist.yml -i -> real run
+# Interactive
7
8
-Batch runs:
9
- > python -m runx.runx mnist.yml -n -> dry run
10
- > python -m runx.runx mnist.yml -> real run
+dry run:
+```bash
+ > python -m runx.runx mnist.yml -i -n
+```
11
12
-Can also try imgnet.yml.
+real run:
13
+ > python -m runx.runx mnist.yml -i
14
15
+
16
+# Batch runs:
17
18
19
+ > python -m runx.runx mnist.yml -n
20
21
22
23
24
+ > python -m runx.runx mnist.yml
25
26
27
+Can also try imgnet.yml.
0 commit comments