FederatedAI / KubeFATE

Manage federated learning workload using cloud native technologies.
Apache License 2.0
423 stars 221 forks source link

upload data issues #798

Open KAgBMan opened 1 year ago

KAgBMan commented 1 year ago

使用docker部署fate后,使用fateclient调用server上传数据时,可以上传本地文件吗?如果可以,json文件应该怎么编写?

owlet42 commented 1 year ago

Example:

$ cat upload.json
{
    "file": "/data/projects/fate/examples/data/breast_hetero_guest.csv",
    "table_name": "breast_hetero_guest",
    "namespace": "experiment",
    "head": 1,
    "partition": 8
}