Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 258 Bytes

File metadata and controls

3 lines (2 loc) · 258 Bytes

SSGD (Synchronous SGD)

Have workers send their updates to a ps, but only update the variables on the ps after N updates have been accumulated. If the number of workers is M and M>N, then this is known as dropping the last M-N stale gradients.