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
optional_input_placeholder = _to_list(_OptionalInputPlaceHolder().inbound_nodes[0].output_tensors)[0]
AttributeError: '_OptionalInputPlaceHolder' object has no attribute 'inbound_nodes'
from recurrentshop . I am using Python 2.7.13
Thanks
Natan Katz
The text was updated successfully, but these errors were encountered:
When I train SimpleSeq2Seq I get the error :
optional_input_placeholder = _to_list(_OptionalInputPlaceHolder().inbound_nodes[0].output_tensors)[0]
AttributeError: '_OptionalInputPlaceHolder' object has no attribute 'inbound_nodes'
from recurrentshop . I am using Python 2.7.13
Thanks
Natan Katz
The text was updated successfully, but these errors were encountered: