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 a28a462 commit 2e0d851Copy full SHA for 2e0d851
benchmark/fluid/README.md
@@ -45,10 +45,11 @@ Currently supported `--model` argument include:
45
## Prepare the RecordIO file to Achieve Better Performance
46
47
Run the following command will generate RecordIO files like "mnist.recordio" under the path
48
-and batch_size you choose:
+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`.
50
51
```bash
-python -c 'from recordio_converter import *; prepare_mnist("data", 32)'
52
+python -c 'from recordio_converter import *; prepare_mnist("data", 1)'
53
```
54
55
## Run Distributed Benchmark on Kubernetes Cluster
0 commit comments