Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Keep Consistence in Asynchronous Stochastic Gradient Descent #37

Open
bigheiniu opened this issue Jul 1, 2018 · 0 comments
Open

Comments

@bigheiniu
Copy link

hi, in the paper it has said that asynchronous update will not make conflict, but when I want to add Polynomial Kernel Function in calculating the probability of observing an edge in low dimension, multithread went not correct, but one thread works well.

So do you have suggestions on keeping parameters consistency, currently I just want to imitate a parameter server to keep the data consistency.

To further accelerate the training process, we adopt the asynchronous stochastic gradient descent, which is very ef- ficient and effective on sparse graphs [19]. The reason is that when different threads sample different edges for model updating, as the graph is very sparse, the vertices of the sampled edges in different threads seldom overlap

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

No branches or pull requests

1 participant