Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

On the timing problem of parameter synchronization. #274

Open
jacklonghui opened this issue Aug 18, 2017 · 1 comment
Open

On the timing problem of parameter synchronization. #274

jacklonghui opened this issue Aug 18, 2017 · 1 comment

Comments

@jacklonghui
Copy link

@junshi15 Hi,there is a problem. Please help me.
The current iteration ends, and then the weight is updated for the next iteration.
When updating the weights, each node computes the related parameters, sends them to other nodes at once, or waits for the other nodes to complete the calculations before sending and receiving them together?
Then update the weights until each node is updated and then proceed to the next iteration.

@junshi15
Copy link
Collaborator

Gradients are sent once available, however all the nodes wait for updated weights before proceeding to the next iteration.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants