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

Is a bug in calling "get_variable_ddi" causing NaN values? #46

Open
omidsakhi opened this issue Aug 20, 2018 · 2 comments
Open

Is a bug in calling "get_variable_ddi" causing NaN values? #46

omidsakhi opened this issue Aug 20, 2018 · 2 comments

Comments

@omidsakhi
Copy link

The function "get_variable_ddi" at
https://github.com/openai/glow/blob/master/tfops.py#L58
has an init=False parameter. There are currently four calls to this function and I don't see the init to be True in any of those calls which means that the initialization never gets assigned. Am I missing something here?

@dpkingma
Copy link
Contributor

init=True is set here:
https://github.com/openai/glow/blob/master/model.py#L72

@omidsakhi
Copy link
Author

Thanks. I missed that one.

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

2 participants