FATE icon indicating copy to clipboard operation
FATE copied to clipboard

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

Open Dopaine999 opened this issue 1 year ago • 3 comments

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 avatar May 20 '24 03:05 Dopaine999

请问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" } },

Dopaine999 avatar May 20 '24 03:05 Dopaine999

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

mgqa34 avatar May 21 '24 06:05 mgqa34

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

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

Dopaine999 avatar May 22 '24 01:05 Dopaine999