Skip to content

Commit 2e0d851

Browse files
author
yi.wu
committed
update readme
1 parent a28a462 commit 2e0d851

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

benchmark/fluid/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ Currently supported `--model` argument include:
4545
## Prepare the RecordIO file to Achieve Better Performance
4646

4747
Run the following command will generate RecordIO files like "mnist.recordio" under the path
48-
and batch_size you choose:
48+
and batch_size you choose, you can use batch_size=1 so that later reader can change the batch_size
49+
at any time using `fluid.batch`.
4950

5051
```bash
51-
python -c 'from recordio_converter import *; prepare_mnist("data", 32)'
52+
python -c 'from recordio_converter import *; prepare_mnist("data", 1)'
5253
```
5354

5455
## Run Distributed Benchmark on Kubernetes Cluster

0 commit comments

Comments
 (0)