You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should introduce PushBarrier and related components(SyncWorkerMsgHandler, SyncWorkerMsgSender) on worker-side to implement SyncSGD.
PushBarrier is a worker-side component which communicates with BatchManager.
PushBarrier's role is the following:
Before ModelAccessor push data to the server, it should ask PushBarrier whether it is ok to push or not (If the worker is fast worker, PushBarrier will permit the ModelAccessor's push operation. If not, PushBarrier will not permit the push operation).
PushBarrier asks to the driver whether it is ok to permit ModelAccessor's push operation through SyncWorkerMsgHandler and SyncWorkerMsgSender.
The text was updated successfully, but these errors were encountered:
We should introduce PushBarrier and related components(SyncWorkerMsgHandler, SyncWorkerMsgSender) on worker-side to implement SyncSGD.
PushBarrier is a worker-side component which communicates with BatchManager.
PushBarrier's role is the following:
The text was updated successfully, but these errors were encountered: