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
There is no __eq__ implementation for Apply nodes, but there probably should be if we want to fix the unnecessary, confusing, and extremely error-prone in-place updates that are currently performed on Theano graphs.
There is no
__eq__
implementation forApply
nodes, but there probably should be if we want to fix the unnecessary, confusing, and extremely error-prone in-place updates that are currently performed on Theano graphs.This is one step in #37.
The text was updated successfully, but these errors were encountered: