Skip to content

Commit 5a9e503

Browse files
authored
Update README.md
fixed formatting
1 parent 39392f9 commit 5a9e503

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

examples/README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
Examples of using runx.
22
Please create a .runx file from .runx_example first.
33

4-
Interactive:
5-
> python -m runx.runx mnist.yml -i -n -> dry run
6-
> python -m runx.runx mnist.yml -i -> real run
4+
# Interactive
75

8-
Batch runs:
9-
> python -m runx.runx mnist.yml -n -> dry run
10-
> python -m runx.runx mnist.yml -> real run
6+
dry run:
7+
```bash
8+
> python -m runx.runx mnist.yml -i -n
9+
```
1110

12-
Can also try imgnet.yml.
11+
real run:
12+
```bash
13+
> python -m runx.runx mnist.yml -i
14+
```
15+
16+
# Batch runs:
17+
dry run:
18+
```bash
19+
> python -m runx.runx mnist.yml -n
20+
```
21+
22+
real run:
23+
```bash
24+
> python -m runx.runx mnist.yml
25+
```
26+
27+
Can also try imgnet.yml.

0 commit comments

Comments
 (0)