Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip gradient averaging if there are no other peers (#440)
Optimizer will now skip grad averaging if there are no peers to average gradients with. Previously, it would invoke grad_averager.step and wait for averaging_timeout seconds. Co-authored-by: Qidong Su <[email protected]> Co-authored-by: Alexander Borzunov <[email protected]>
- Loading branch information