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

send_op fails when call AsyncGetVariable to get parameter server optimized weights #7631

Closed
typhoonzero opened this issue Jan 18, 2018 · 0 comments

Comments

@typhoonzero
Copy link
Contributor

The following code snippet will use an uninitialized variable. AsyncGetVariable only need the variable name to fetch the variable from parameter server, then initialized it by the return value of theAsyncGetVariable call.

auto* var = scope.FindVar(var_name);
SerializeToMessage(var_name, var, ctx, &req);
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