FATE-Flow icon indicating copy to clipboard operation
FATE-Flow copied to clipboard

Solution for deploying and managing end-to-end federated learning workflows

Results 27 FATE-Flow issues
Sort by recently updated
recently updated
newest added

**System information** - FATE Flow version (use command: python fate_flow_server.py --version): - Python version (use command: python --version): - Are you willing to contribute it (yes/no): **Describe the feature and...

**System information** - Have I written custom code (no): - OS Platform and Distribution (Mac 14.2.1 (23C71) ): - FATE Flow version (v2.1.0): - Python version (use command: python --version):...

bug
2.0

**您好!感谢查看!** **System information** 1. 需要编写自定义代码,目前我在 Centos7 的环境下运行FATA-2.0.0 的FATE_FLOW ,想请教一下FATE_FLOW 的源代码目录下没有ml 包的内容,我是否需要从FATE 源代码中将代码移动到 fate_flow 的 pthon/fate_flow 目录下或者是别的地方? 目前直接运行任务报错如下: ![image](https://github.com/FederatedAI/FATE-Flow/assets/112678305/c625224a-54bf-41d0-bf62-46e8803d6c95) ![image](https://github.com/FederatedAI/FATE-Flow/assets/112678305/4404feca-953f-4752-9594-7e25d4800c17) 现阶段我的代码目录如下: ![image](https://github.com/FederatedAI/FATE-Flow/assets/112678305/5c585df1-658a-4583-83c0-675aaa6ce5c1) 我怎么样处理才可以把算法模块的让我分fate_flow模块找到,因为后续我需要开发自己的算法到FATE 。 再次感谢您的查看,望解答!谢谢!

**System information** - FATE Flow version :2.0.0 **Describe the feature and the current behavior/state.** Add a specific directory to store data to upload, the directory can be confined, and `fate-flow`...

fateflow中开启了数据集权限的认证后,是不是只有调用了添加权限的数据集才能调用,请教下如何兼容已有的数据集,是需要全部授予下权限吗

If a return statement is included within the finally block, it will prematurely terminate the function, causing the Exception not to be caught.

https://github.com/FederatedAI/FATE-Flow/blob/c8167883fbfc69afdcfedbdded2f400f8f7b289c/python/fate_flow/utils/xthread.py#L69 这段代码,某些异常情况下会永久block,导致线程无法退出,线程数持续增长。 建议加一个timeout参数,同时捕获Empty exception 。 @zhihuiwan

**System information** - Have I written custom code (yes/no): no - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): `centos7` - FATE Flow version (use command: python fate_flow_server.py --version): `{'FATE':...