Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于第五章的横向联邦代码使用方式 #8

Open
jingmouren opened this issue Feb 7, 2022 · 2 comments
Open

关于第五章的横向联邦代码使用方式 #8

jingmouren opened this issue Feb 7, 2022 · 2 comments

Comments

@jingmouren
Copy link

jingmouren commented Feb 7, 2022

README里提到

5.4 利用FATE构建横向联邦学习Pipeline

5.4.1 数据转换输入

。。。。
最后在当前目录下($fate_dir/examples/federatedml-1.x-examples),在命令行中执行下面的命令,即可自动完成上传和格式转换:

python $fate_dir/fate_flow/fate_flow_client.py -f upload -c upload_data.json

5.4.2 模型训练

。。。

将dsl和conf文件放置在任意目录下,并在该目录下执行下面的命令进行训练:

python $fate_dir/fate_flow/fate_flow_client.py -f submit_job -d test_homolr_train_job_dsl.json -c test_homolr_train_job_conf.json

我装的新版fate,执行命令为
flow job submit -d test_homolr_train_job_dsl.json -c test_homolr_train_job_conf.json
出错为 json.decoder.JSONDecodeError: Expecting ',' delimiter: line 21 column 4 (char 459)

@ZhixiangWang-CN
Copy link

这个我也遇到了,把对应的错误的标点 , 删掉就ok了

@lucydemao
Copy link

找不到对应的文件啊?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants