FATE icon indicating copy to clipboard operation
FATE copied to clipboard

An Industrial Grade Federated Learning Framework

Results 385 FATE issues
Sort by recently updated
recently updated
newest added

**Describe the bug** 使用FATE-TEST生成双方10规模数据集,交集50%。 **硬件配置** 两方各三台服务器,单台硬件配置:cpu 40c, 内存:256g,磁盘1.8T SSD 单方部署情况:rollsite nodemanager clustermanager部署在同一台服务器上,另外两台为nodemanager **To Reproduce** 1、使用DH和RSA算法,均可能复现 2、配置task_cores: 96, compute_partition:96 **错误日志如下** ==== detail start, at 20220726.203003.988 ==== Traceback (most recent call last):...

**Describe the bug** 硬件配置,6台40核,256G内存,1.8T固态硬盘。 FATE 版本:1.8.0 部署方式:本地部署 站点A: - 192.168.1.19 部署: rollsite、clustermanager、nodemanager、fate_flow、fateboard - 192.168.1.20 部署: nodemanager - 192.168.1.21 部署: nodemanager 站点B: - 192.168.1.22 部署: rollsite、clustermanager、nodemanager、fate_flow、fateboard - 192.168.1.23 部署: nodemanager -...

Because of the particularity and powerful functions of fate products, there are more and more products based on fate transformation on the market, but the bottom layer is implemented based...

Ansible两方部署完成后,使用命令flow test toy -gid 10000 -hid 10000 进行单边测试报错。请问是什么原因呢。 ![WechatIMG81](https://user-images.githubusercontent.com/20422867/182133224-a9638a4c-c69f-4f98-acb9-dc12bd6e128f.jpeg) 两方均部署在了aws云服务器上。

federatedml

When setting `intersect_method` = "raw" and `hash_method` = "sm3", `base64` = True, error will be raised during task due to improper byte array operations. We will fix this issue in...

bug
federatedml

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

FATE version: 1.5.1 according to doc https://github.com/FederatedAI/KubeFATE/blob/master/docker-deploy/README_zh.md#加载模型. when I finished training and load model for online inference, error occurs: { "data": { "detail": { "guest": { "9999": { "retcode": 100,...

使用hetero_sshe_lr组件报错,用的eggroll,具体如下: ```bash eggroll报错信息 egg_pair_bootstrap.sh: unrecognized option '--python-venv' strace: attach: ptrace(PTRACE_ATTACH, 26592): Operation not permitted ``` ```bash fateflow schedule报错信息 [ERROR] [2022-07-28 18:32:59,632] [202207281748184866520] [19823:140358513362752] - [_session.get_session_from_record] [line:397]: ('Failed to call command:...

/v1/job/submit request structure job_runtime_conf: Required,Object: configuration information for the currently submitted job job_dsl: Required,Object: dsl of the currently submitted job 这两个参数的值是传文件在机器的绝对路径吗?如: { "job_runtime_conf":"/data/projects/fate/fate/examples/dsl/v2/hetero_pearson/test_hetero_pearson_default_conf.json", "job_dsl":"/data/projects/fate/fate/examples/dsl/v2/hetero_pearson/test_hetero_pearson_default_dsl.json" } ![image](https://user-images.githubusercontent.com/18658673/181516256-bc7aea1f-9bd4-4ad8-a078-fa02ac53ee75.png) 这样传后,报错了...

federatedml