提交 30355623 编写于 作者: T tangwei

fix demo

上级 431e34de
...@@ -27,13 +27,13 @@ python setup.py install ...@@ -27,13 +27,13 @@ python setup.py install
cd FleetRec cd FleetRec
python -m fleetrec.run \ python -m fleetrec.run \
-m fleetrec/examples/ctr-dnn_train.yaml \ -m fleetrec/demo/ctr-dnn_train.yaml \
-d cpu \ -d cpu \
-e single -e single
# 使用GPU资源进行训练 # 使用GPU资源进行训练
python -m fleetrec.run \ python -m fleetrec.run \
-m fleetrec/examples/ctr-dnn_train.yaml \ -m fleetrec/demo/ctr-dnn_train.yaml \
-d gpu \ -d gpu \
-e single -e single
``` ```
...@@ -44,7 +44,7 @@ python -m fleetrec.run \ ...@@ -44,7 +44,7 @@ python -m fleetrec.run \
cd FleetRec cd FleetRec
# 使用CPU资源进行训练 # 使用CPU资源进行训练
python -m fleetrec.run \ python -m fleetrec.run \
-m fleetrec/examples/ctr-dnn_train.yaml \ -m fleetrec/demo/ctr-dnn_train.yaml \
-d cpu \ -d cpu \
-e local_cluster -e local_cluster
``` ```
...@@ -55,7 +55,7 @@ python -m fleetrec.run \ ...@@ -55,7 +55,7 @@ python -m fleetrec.run \
cd FleetRec cd FleetRec
python -m fleetrec.run \ python -m fleetrec.run \
-m fleetrec/examples/ctr-dnn_train.yaml \ -m fleetrec/demo/ctr-dnn_train.yaml \
-d cpu \ -d cpu \
-e cluster -e cluster
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册