使用自己的数据集
homo场景: https://fate.readthedocs.io/en/latest/tutorial/pipeline/nn_tu...
hetero场景:https://fate.readthedocs.io/en/latest/tutorial/pipeline/nn_tu...
速记:在federatedml/nn/dataset
加入自己的数据集.py
使用自己的模型
homo场景:https://fate.readthedocs.io/en/latest/tutorial/pipeline/nn_tu...
hetero需要自定义upper layer和bottom layer的模型,所以自带customization。
速记:在federatedml/nn/model_zoo
加入自己的模型.py
使用自己的loss
https://fate.readthedocs.io/en/latest/tutorial/pipeline/nn_tu...
自己控制训练过程
homo场景 basic:https://fate.readthedocs.io/en/latest/tutorial/pipeline/nn_tu...
homo场景高度定制:https://fate.readthedocs.io/en/latest/tutorial/pipeline/nn_tu...