Skip to content

Commit

Permalink
fix type of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyang committed Oct 10, 2016
1 parent ca08239 commit b9ce658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ for visualization, you may have to install **seaborn** and **matplotlib**

* with cpu

> python train.py batch-size=128
> python train.py --batch-size=128
* with gpu

> python train.py gpus=0
> python train.py --gpus=0
or multi device( not a good idea for MNIST example here )

> python train.py gpus=0,1batch-size=256
> python train.py --gpus=0,1 --batch-size=256
### 3 visualize the result

Expand Down

0 comments on commit b9ce658

Please sign in to comment.