Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A question about fl-split and virtual workers #6

Open
qingwh opened this issue May 19, 2020 · 5 comments
Open

A question about fl-split and virtual workers #6

qingwh opened this issue May 19, 2020 · 5 comments

Comments

@qingwh
Copy link

qingwh commented May 19, 2020

Hi,
Thanks a lot for your nice and quick reply. I have a question about fl-split. Does number of fl-split mean number of data silos? what does virtual worker rank 0 and rank 1 do? Many thanks!

@Raymw
Copy link
Owner

Raymw commented May 19, 2020

yeh the fl split kind of like the silos and collect the G and H. Rank 0 and rank 1 are like the horizontal split of dataset and they will train a common model together. During the training process, the rabit in xgboost will help each rank to communicate about the G and H in each split point so that they can train a global model.
Thanks !

@qingwh
Copy link
Author

qingwh commented May 19, 2020

Thanks a lot for your reply!

@Raymw
Copy link
Owner

Raymw commented May 19, 2020

No problem. So, are you also interested in federated learning and doing research about it ?

@qingwh
Copy link
Author

qingwh commented May 19, 2020

Yes, I am. Your paper is very great to learn.

@Raymw
Copy link
Owner

Raymw commented May 19, 2020

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants