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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: