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
RuntimeError: Variable += value not supported. Use variable.assign_add(value) to modify the variable value and variable = variable + value to get a new Tensor object.
#2
Open
GPoleto27 opened this issue
Jun 5, 2021
· 0 comments
Code blocks 17, 21 and 22 throws: RuntimeError: Variable += value not supported. Use variable.assign_add(value) to modify the variable value and variable = variable + value to get a new Tensor object.
Code blocks 17, 21 and 22 throws:
RuntimeError: Variable += value not supported. Use variable.assign_add(value) to modify the variable value and variable = variable + value to get a new Tensor object.
Found solution at StackOverflow.
I will be creating a fork and pull request.
The text was updated successfully, but these errors were encountered: