FederatedAI / FATE

An Industrial Grade Federated Learning Framework
Apache License 2.0
5.66k stars 1.55k forks source link

FATE1.10.0集群版,我想自定义一个图像类的算法集成上去,但是自定义的图像数据集怎么上传呢?DSL和pipeline方式都不行吗? #5603

Closed Dopaine999 closed 2 months ago

Dopaine999 commented 4 months ago

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 like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Dopaine999 commented 4 months ago

请问conf文件里的两方角色的name&namespace是通过什么接口进行读取绑定的呢? "role": { "host": { "0": { "reader_0": { "table": { "name": "breast_homo_host", "namespace": "experiment" } }, "data_transform_0": { "with_label": true } } }, "guest": { "0": { "reader_0": { "table": { "name": "breast_homo_guest", "namespace": "experiment" } },

mgqa34 commented 4 months ago

图像数据集只能通过table_bind进行绑定

Dopaine999 commented 4 months ago

图像数据集只能通过table_bind进行绑定

感谢您的回答。我还想请问table_bind目前是只有nn模块支持吗?如果要自己自定义图像类算法开发的话,有相应的开发文档吗?谢谢!