KubeFATE icon indicating copy to clipboard operation
KubeFATE copied to clipboard

Manage federated learning workload using cloud native technologies.

Results 103 KubeFATE issues
Sort by recently updated
recently updated
newest added

利用postman进行post在线推理 收到信息 {"code": "103", "message": "SYSTEM_ERROR" }

https://github.com/FederatedAI/FATE/issues/4651 使用KubeFATE部署的集群,想要实现异构计算后端(Spark与Eggroll)的互联,使用eggroll进行通信 ```yaml computing: Spark federation: Eggroll storage: HDFS algorithm: Basic device: CPU ``` 需要添加哪些module? ```yaml modules: - mysql - python - fateboard - client - rollsite - spark -...

**What deployment mode you are use? ** 1. docker-compose; **What KubeFATE and FATE version you are using? ** 1.9.0 **MUST** Please state the KubeFATE and FATE version you found the...

https://github.com/FederatedAI/KubeFATE/blob/master/k8s-deploy/cluster-spark-pulsar.yaml#L88-L90 这里好像不能直接配置

I deploy FATE following [使用Docker Compose 部署 FATE](https://github.com/FederatedAI/KubeFATE/blob/master/docker-deploy/README_zh.md) After deployment, I use the following command to enter the client container: `docker exec -it confs-10000_client_1 bash` But when executing [./examples/benchmark_quality/homo_nn/fate-homo_nn.py](https://github.com/FederatedAI/FATE/blob/master/examples/benchmark_quality/homo_nn/fate-homo_nn.py) the...

bug

使用KubeFATE部署的FATE,上传数据时指定了meta: ```python phone_hetero_guest = {"name": "phone_hetero_guest", "namespace": f"phone"} data_base = "/data/projects/fate/" pipeline_upload.add_upload_data(file=os.path.join(data_base, "fate_data/fl/train_a_label.csv"), table_name=phone_hetero_guest["name"], namespace=phone_hetero_guest["namespace"], head=1, partition=partition,with_meta=True, meta={ "with_label":True, "label_name":"label" }) ``` FATE-Board上报错如下: ![image](https://user-images.githubusercontent.com/61258341/228206874-a8d26322-592d-4184-a270-b244c068b8a5.png) 已试验过,同一份数据,上传时不指定meta可以成功上传。 数据来源:“星河杯”隐私计算大赛,诈骗电话识别-联邦学习赛道

bug

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.17+incompatible to 20.10.24+incompatible. Release notes Sourced from github.com/docker/docker's releases. v20.10.24 20.10.24 Bug fixes and enhancements Fixed a number of issues that can cause Swarm encrypted overlay networks...

dependencies

当训练神经网络模型后,通过在guest方deploy-publish-bind操作后,在线推理返回结果无score {"retcode":0,"retmsg":"","data":{"modelId":"guest#9999#arbiter-10000#guest-9999#host-10000#model","modelVersion":"202303150203349569250","timestamp":1678845832116},"flag":0} pipeline只有transform ![image](https://user-images.githubusercontent.com/22344179/225189955-5e0ab19d-5be2-4be0-b621-41078983a0ae.png)

**What deployment mode you are use? ** 1. docker-compose; 2. Kuberentes. **What KubeFATE and FATE version you are using? ** **MUST** Please state the KubeFATE and FATE version you found...

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.9.4 to 3.11.1. Release notes Sourced from helm.sh/helm/v3's releases. Helm v3.11.1 is a security (patch) release. Users are strongly recommended to update to this release. The template...

dependencies