提交 7d74d48f 编写于 作者: T tangwei

readme update

上级 c762d6cb
......@@ -44,7 +44,7 @@ def flatten_environs(envs):
def set_runtime_environs(environs):
for k, v in environs.items():
os.environ[k] = v
os.environ[k] = str(v)
def get_runtime_environ(key):
return os.getenv(key, None)
......
......@@ -28,9 +28,7 @@ cd FleetRec
python -m fleetrec.run \
-m fleetrec/examples/ctr-dnn_train.yaml \
-e single \
-ex fleetrec/examples/runtime.yaml
-e single
```
### 本地模拟分布式训练
......@@ -40,9 +38,7 @@ cd FleetRec
python -m fleetrec.run \
-m fleetrec/examples/ctr-dnn_train.yaml \
-e local_cluster \
-ex fleetrec/examples/runtime.yaml
-e local_cluster
```
### 集群提交分布式训练<需要用户预先配置好集群环境,本提交命令不包含提交客户端>
......@@ -52,9 +48,7 @@ cd FleetRec
python -m fleetrec.run \
-m fleetrec/examples/ctr-dnn_train.yaml \
-e cluster \
-ex fleetrec/examples/runtime.yaml
-e cluster
```
更多用户文档及二次开发文档,敬请期待。
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册