sagewe

Results 30 comments of sagewe

> Is it possible to let FATE leverage the FPGA accelerator? What is the API and which part of the source code for this? We are working on this, but...

debug的时候是有一定倾入性的 可能影响到什么状态了 有空的话我们会尝试去跟进找出原因 如果你有什么发现,欢迎在这里同步, 谢谢

> > debug的时候是有一定倾入性的 可能影响到什么状态了 有空的话我们会尝试去跟进找出原因 如果你有什么发现,欢迎在这里同步, 谢谢 > > ### update: > 找到了**临时的解决办法**,如有异常,删除data/${job_id}_${component_name} 目录下的所有文件,例如,`data/202202090957301709460_hetero_sshe_lr_0_0` , 如有必要,同时删除`data/202202090957301709460_hetero_sshe_lr_0_0_host_10000` 以及 `data/202202090957301709460_hetero_sshe_lr_0_0_guest_9999` > > ### 说明: > 正常启动/或直接运行`task_executor.py`/或不加断点的debug,在程序运行成功后,会自动删除/data 目录下的相关文件。 然而,一旦程序中途运行中止/或者加上断点debug,则/data 目录下的相关文件并未完全清理,如下图所示。 ![image](https://user-images.githubusercontent.com/18736196/153128256-bf52aed5-2712-41cc-bf7f-97d9238b1f49.png) > >...

> 顺便问一下,不知道有没有FATE中 存储、Table、federation 相关的文档或PPT? 我这里也没有专门的资料,以代码为准

> fate/python目录下的setup.py文件有没有1.6版本的呢,git上1.6下面的是1.5版本的 你可以选择自己修改编译打包 ```bash python3 -m pip install build python3 -m build --sdist ``` 如果有困难,我可以提供编译好的包,请先自己尝试下

@HeliumzzZ 请在抱怨和寻求帮助之前 根据文档仔细检查部署步骤 https://github.com/FederatedAI/FATE/tree/master/deploy 纯粹的抱怨并不能帮你解决问题 PS:最新的版本号查看release或者tag都应该能知道

@guojiex Thank you for your Pull Request and the detailed error description! I apologize for the delayed response. Your fix indeed makes sense. From the stack trace you provided, we...