kaiwang

Results 4 issues of kaiwang

### What is your question? I'm wondering did flower support PSI, which is step for vertical federated learning. It would be nice to see an example of vertical federated learning...

question

It's about the first chapter that you use string length of 8 to deal with malformed date data. After using string length to filter out malformed data, I found "19940000"...

I want to do research on tabnet with federated learning, which means I need to get the model weight out and set it back during each epoch of training. It...

enhancement

我在用自定义算法跑联邦下的bert,参考教程:https://fate.readthedocs.io/en/develop-1.11.1/tutorial/pipeline/nn_tutorial/Bert-example/#dataset-imdb-sentimental 其中有一些细节我已经做了修改,IMDB的示例数据已经跑通,所以我进一步想跑一下文本多分类,使用了一个医学数据集:https://www.kaggle.com/datasets/jpmiller/layoutlm, 已经处理成和IMDB一样的格式: ``` id, text, label 1, some text,0 ... ``` 用notebook提交任务: ``` import torch as t from torch import nn from pipeline import fate_torch_hook from pipeline.component import HomoNN...