FATE icon indicating copy to clipboard operation
FATE copied to clipboard

FATE1.10集群版,nn模块下开发的dateset读取图像数据集的类,可以用于自定义算法模块读取自定义数据集吗?

Open Dopaine999 opened this issue 1 year ago • 2 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 Jun 17 '24 07:06 Dopaine999

可以的,图像是通过table bind本地路径之后,使用时直接透传绑定的路径,用类似的方法去处理自己的数据就好

mgqa34 avatar Jun 17 '24 08:06 mgqa34

可以的,图像是通过table bind本地路径之后,使用时直接透传绑定的路径,用类似的方法去处理自己的数据就好

我想问一下重新写一个dataset目录怎么写呢?或者说在现有的fate模块下新建一个dataset目录,去读取非csv格式的自定义数据集,该怎么写?有相关的文档吗。谢谢!

Dopaine999 avatar Jul 01 '24 09:07 Dopaine999

由于传递的是路径,你可以做任何你想要的操作,2.x你可以从这里开始 https://github.com/FederatedAI/FATE/blob/0e36edc936394331dbefa868eec236808fadbd62/python/fate/components/components/homo_nn.py#L51

1.x的处理应该从federatedml对应的算法入口有类似的案例

sagewe avatar Jul 18 '24 02:07 sagewe