nicolas-ivanov / debug_seq2seq

[unmaintained] Make seq2seq for keras work
233 stars 86 forks source link

SimpleSeq2Seq #26

Open natank1 opened 6 years ago

natank1 commented 6 years ago

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