Angel-ML / PyTorch-On-Angel

PyTorch On Angel, arming PyTorch with a powerful Parameter Server, which enable PyTorch to train very big models.
164 stars 51 forks source link

fix bug: node keys sorting leads to confusion of neighbors and types in range partition #71

Closed rachelsunrh closed 2 years ago

rachelsunrh commented 2 years ago

Since neighbors and types are initialized separately, each initialization is sorted by node keys, resulting in confusion of neighbors and types when angel.ps.router.type=range. close #70