gxcuit

Results 20 issues of gxcuit

目前fate standalone 好像是host、guest、arbiter在一台机器上,供开发和测试使用 实际中,假设我有两台设备,192.168.19.1、192.168.19.2 19.1 作为Host,19.2 作为Guest,是只能使用kube-fate进行部署吗?kube-fate默认引擎是eggroll,在小数据集和不牵涉分布式的时候,效率比standalone慢很多 我的疑问是,假设Host、Guest不在一台设备上,能否使用standalone?或者将计算、存储、通信引擎改为standalone? 如果可以,需修改哪些配置文件?

Signed-off-by: githubID email Fixes ISSUE #4090 Changes: 1. Try to fix the MySQL table bind issue. When the user does not supply the name of `id or features` , it...

**Describe the bug** When the user wants to upload/bind data from the MySQL database, he can use [table bind](https://federatedai.github.io/FATE-Flow/latest/fate_flow_client/#bind) API. However, the user **must** specify the id name and the...

**Describe the bug** For convenience, I will describe this issue in Chinese. 用IDE(pycharm or vscode)debug的时候,之前(1.6.0)debug某一组件(例如hetero_lr)的方法都是,通过schedule log 里查询相关信息,运行`task_executor.py`,并且指定`task_id、party` 等等。 在1.6.0 版本时是works fine的。 但是在1.7.0版本时,这样做通常也是可以的。通过IDE的run,或者不加断点的debug,都不会有问题,最终的task 都会success。 **但是:如果加上一个断点,这一轮运行也没有问题。但第二次运行`task_executor.py` 时**,就会出现`RuntimeError: table not exist:!` 这个bug。 **To...

UnderAssessment
priority:low

Currently, fate-board and flow-client provide ways to stop/cancel/rerun a job. My question is: Is there any way to pause/resume a job? Or can I specify the component in a job...

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...

**Describe the bug** 为了表述清楚,暂用中文。 在使用kube-fate via docker-compose 时候,发现建模速度很慢。单机版不存在这个问题,主要是无法定位问题 例如下述的任务,从提交到启动花费了近半分钟。对于横向lr,单机版只需要3分钟,而docker-compose 部署的,需要7分钟 ![image](https://user-images.githubusercontent.com/18736196/167359149-b7ad83d9-2842-4c1d-a113-0b5d2374b3ae.png) 不清楚是kube-fate 的问题还是fateflow 的问题,下述是fateflow 的log (请忽略时区问题) 在board中看到是42分32秒提交的任务,但在flow的log中42分56秒才收到请求 ![image](https://user-images.githubusercontent.com/18736196/167360223-3925edc7-6868-441b-9534-ba5fb75acc6d.png) 看上去网络也不存在问题,通过请求version接口,响应也很快 ![image](https://user-images.githubusercontent.com/18736196/168194154-a1efa469-7cf6-4937-a8b6-a5ba5b7e14e2.png) 我在(#3565)[https://github.com/FederatedAI/FATE/issues/3565] 里,好像也存在这个问题?观察第一张图的submit time 和start time **Desktop (please complete the following...

**Is your feature request related to a problem? Please describe.** I want to use Kube-fate(docker-compose or Kubernetes) in the arm device. However, I did not find any arm images in...

kind/requirement

Hi 我在看文档使用[SPU进行逻辑回归](https://www.secretflow.org.cn/zh-CN/docs/secretflow/v1.4.0b0/tutorial/lr_with_spu#%E4%BD%BF%E7%94%A8-SPU-%E8%BF%9B%E8%A1%8C%E9%80%BB%E8%BE%91%E5%9B%9E%E5%BD%92)。 我理解,该文档对应的是单机演示环境的。那我有如下几个问题, 假设两方Alice(192.168.1.2 有x_1) 和Bob(192.168.1.3 有x_2 和y) 1. 该文档的代码,是在Alice 执行还是在Bob执行 2. 假设是在Alice执行,那Bob的 x_2 和y 如何传递给Alice(或Alice的代码应该做怎样的调整?)即要在Alice的机器上执行什么操作,在Bob的机器上执行什么操作? ### Reproduction code to reproduce the issue. ```shell 1 ```

### Issue Type Bug ### Source binary ### Secretflow Version main ### OS Platform and Distribution Windows ### Python version 3.9 ### Bazel version _No response_ ### GCC/Compiler version _No...