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

when run "Applying BlueFog on Deep Learning problem(High Level API Introduction)",some error happened #104

Open
lkzs opened this issue Mar 16, 2022 · 1 comment

Comments

@lkzs
Copy link

lkzs commented Mar 16, 2022

ValueError: Arguments self_weight and src_weights have to be presented at the same time
2022-03-16 22:37:31.210 [IPEngine] Sending apply_reply: e562ff7c-8ac0d4eb2886b19e4424ec60_4195_20

@hanbinhu
Copy link
Collaborator

Thanks for trying out the Bluefog library. This error is due to the mismatch between Bluefog version (0.3.0) and bluefog-tutorial. The latest Bluefog version deprecates the original neighbor_weights in favor of the new naming using src_weights. In addition, we also deprecate the original send_neighbors in favor of the new naming using dst_weights. The bluefog-tutorial doesn't get updated to the latest usage of these new interface. We will update the bluefog-tutorial as soon as possible. For a short term solution, these variables in the tutorial can be renamed to these new interface, which should work the same as before.

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