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

Symmetrical argument for self_weight, src_weights, dst_weights #82

Open
hanbinhu opened this issue Mar 26, 2021 · 0 comments
Open

Symmetrical argument for self_weight, src_weights, dst_weights #82

hanbinhu opened this issue Mar 26, 2021 · 0 comments

Comments

@hanbinhu
Copy link
Collaborator

hanbinhu commented Mar 26, 2021

The pattern for neighbor_allreduce arguments may be

  1. self_weight, src_weights, dst_weights are all none (Disable dynamic)
  2. self_weight + src_weights (Enable dynamic, infer dst_weights using Python API)
  3. self_weight + dst_weights (Enable dynamic, infer src_weights using Python API)
  4. self_weight + src_weights + dst_weights (Enable dynamic)
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

1 participant