提交 2e0d8516 编写于 作者: Y yi.wu

update readme

上级 a28a462e
...@@ -45,10 +45,11 @@ Currently supported `--model` argument include: ...@@ -45,10 +45,11 @@ Currently supported `--model` argument include:
## Prepare the RecordIO file to Achieve Better Performance ## Prepare the RecordIO file to Achieve Better Performance
Run the following command will generate RecordIO files like "mnist.recordio" under the path Run the following command will generate RecordIO files like "mnist.recordio" under the path
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
at any time using `fluid.batch`.
```bash ```bash
python -c 'from recordio_converter import *; prepare_mnist("data", 32)' python -c 'from recordio_converter import *; prepare_mnist("data", 1)'
``` ```
## Run Distributed Benchmark on Kubernetes Cluster ## Run Distributed Benchmark on Kubernetes Cluster
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册