Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cnstark committed Apr 24, 2022
1 parent c8eca2a commit 3cd74a5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/mnist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
* CPU

```shell
easytrain -c config\mnist_cpu_cfg.py
easytrain -c config/mnist_cpu_cfg.py
```

* GPU (1x)

```shell
easytrain -c config\mnist_1x_cfg.py --gpus 0
easytrain -c config/mnist_1x_cfg.py --gpus 0
```

## Validate

* CPU

```shell
python validate.py -c config\mnist_cpu_cfg.py
python validate.py -c config/mnist_cpu_cfg.py
```

* GPU (1x)

```shell
python validate.py -c config\mnist_1x_cfg.py --gpus 0
python validate.py -c config/mnist_1x_cfg.py --gpus 0
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3cd74a5

Please sign in to comment.