Bluefog-Lib / bluefog

Distributed and decentralized training framework for PyTorch over graph
https://bluefog-lib.github.io/bluefog/
Apache License 2.0
291 stars 71 forks source link

Better naming for API #52

Open BichengYing opened 3 years ago

BichengYing commented 3 years ago

Including:

  1. wait -> synchronize (also inside of optimizer).
  2. neighbor_allreduce argument send_negihbors vs send nodes, neighbor_weights vs recv_weights vs src_weights
  3. Document about using wait vs synchronize.