File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ source ${venv}/bin/activate
8989
9090# ## 2. 使用指南
9191# ### 2.1 数据上传
92- - 若计算引擎使用standalone,reader组件参数支持配置文件路径,数据无需上传,使用时配置如下 :
92+ - 若计算引擎使用standalone,reader组件参数支持配置文件路径,数据无需上传。提交任务时reader参数如下 :
9393` ` ` yaml
9494reader_0:
9595 inputs:
@@ -102,7 +102,7 @@ reader_0:
102102 label_type: float32
103103 path: file:///data/projects/fate/fateflow/examples/data/breast_hetero_guest.csv
104104` ` `
105- - 若计算引擎使用eggroll,需要先将数据上传至eggroll中,可参考:[eggroll数据上传](../examples/test/data.py)、[上传参数](../examples/upload/upload_guest.json), 使用时配置如下 :
105+ - 若计算引擎使用eggroll,需要先将数据上传至eggroll中,可参考:[eggroll数据上传](../examples/test/data.py)、[上传参数](../examples/upload/upload_guest.json)。 提交任务时reader参数 :
106106` ` ` yaml
107107reader_0:
108108 inputs:
You can’t perform that action at this time.
0 commit comments