FATE
FATE copied to clipboard
An Industrial Grade Federated Learning Framework
**Is your feature request related to a problem? Please describe.** The security of FATE is dependent on several privacy computing techniques while corresponding cryptographic operations are time-consuming. The bottleneck comes...
所有docker进程如下: ```shell CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7b6bd64ef7d4 federatedai/serving-proxy:2.0.4-release "/bin/sh -c 'java -D…" 2 hours ago Up 2 hours 0.0.0.0:8059->8059/tcp, :::8059->8059/tcp, 0.0.0.0:8869->8869/tcp, :::8869->8869/tcp, 8879/tcp serving-10000-serving-proxy-1 c8b4f4d8261e federatedai/serving-admin:2.0.4-release...
请问大家生产环境都是使用的哪种方式部署的?kubefate or ansiblefate
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Describe the bug** sometimes no output data & no [ERROR] **To Reproduce** [INFO] [2022-05-18 10:11:59,457] [202205180957391574150] [18041:139769249228608] - [task_executor._run_] [line:199]: task output data [None] **Screenshots**  **Desktop (please complete the...
**Describe the bug** When set cardinality_only=True, intersection's data output should be None instead of original data
Hello! I am wondering if someone could please explain the reason for lines 366-368 in authentication_utils.py. The code snippet is: ``` (365) if 'guest' in roles.keys() and 'arbiter' in roles.keys()...
用 supervisord 管理fate的后台服务的时候,突然间服务就都fatal了,但是各个服务的进程都是在的,请问这个改怎么处理呢,谢谢? fate-clustermanager FATAL Exited too quickly (process log may have details) fate-fateflow FATAL Exited too quickly (process log may have details) fate-mysql RUNNING pid 787789, uptime 0:45:24 fate-nodemanager...
单机docker安装了一下fate 然后按照文档体验了一下 RSA Intersection 任务 先是执行 fate_test suite -i intersect_testsuite.json --data-only 上传数据 以上操作,用到的数据是examples/data/breast_hetero_host.csv , examples/data/breast_hetero_guest.csv 有两个疑问,1 既然这两个数据文档都上传到 fate 服务器了,肯定是泄露出去了,怎么体现数据安全的呢? 2 ,执行命令 flow job submit -c test_intersect_job_rsa_conf.json -d test_intersect_job_dsl.json 按照 [...
Can we use standalone as computing/storage/federation engine in the kube-fate(docker compose deploy)
I notice in the conf file, it can set the default engine for computing/storage/federation. https://github.com/FederatedAI/FATE/blob/3ee02ea81c62d60353b2df40e141529b151d7c67/conf/service_conf.yaml#L44-L47 My question is when I use kube-fate(via docker-compose), may I use the standalone engine.(instead of...