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
I have been really struggling to get sentence completion work with encoder and decoder logic. After getting introduced to Seq2seq and recurrentshop, I could not imagine it being any easier. I have tried SimpleSeq2Seq() and Seq2Seq() to create a model but not able to get past the following issues,
After installing Seq2seq I used the Seq2seq API as follows,
Hi,
I have been really struggling to get sentence completion work with encoder and decoder logic. After getting introduced to Seq2seq and recurrentshop, I could not imagine it being any easier. I have tried SimpleSeq2Seq() and Seq2Seq() to create a model but not able to get past the following issues,
After installing Seq2seq I used the Seq2seq API as follows,
At first I got
error. This is a known issue which was fixed in #91 After I changed "inbound_nodes" to "_inbound_nodes" I get the following error,
After some debugging this is what I found,
Since the inputs list has 'None' elements, when we call line #487 (engine.py)
because we iterate through all elements of inputs, I now see this error and I am not able to get past this. Any help would be really appreciated.
The text was updated successfully, but these errors were encountered: