Chen

Results 73 comments of Chen
trafficstars

https://github.com/FederatedAI/FATE/blob/master/doc/tutorial/pipeline/nn_tutorial/README.md 这个,请参考下首页的NN文档哈

Hi! The implementation of Hetero-FTL is the same as https://arxiv.org/pdf/1812.03337.pdf: It has different bottom models, the guest side has an interaction layer, and no top model. This algo only supports...

1 Yes 2&3. While Hetero-FTL offers a variety of functionalities, it doesn't provide the same level of support for complex model customization as Hetero-NN does. Specifically, Hetero-FTL is built around...

是使用Homo-NN吗?还是什么算法呢

在trainer_param里设置cuda就可以了,https://github.com/FederatedAI/FATE/blob/master/python/federatedml/nn/homo/trainer/fedavg_trainer.py#L42

torch版本问题 看一下torch是否为cpu版本 如果是的话可以卸载重装

HeteroSBT也是不需要的

https://github.com/FederatedAI/FATE/blob/master/doc/2.0/fate/ml/homo_nn_tutorial.md 你看看这个能不能帮到你?我理解你可以在ml层面直接跑代码

如果使用2.0版本的话 就不用参考1.10的教程了哈 2.0 ml模式下按照torch的使用习惯编写模型和数据集就行了

如果只是本地运行的话,建议在ml层面使用,可以参考这个文档 https://github.com/FederatedAI/FATE/blob/master/doc/2.0/fate/ml/hetero_nn_tutorial.md 使用会直观很多