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
Good evening,
I was looking upon your flawless package and stumbled over an issue I am not able to solute.
I am trying to include the usual Keras layers in a RecurrentModel without using your RecurrentCells (in all the examples these are used additionally). A miniature example could look like this:
File "recurrentshop_without_cell.py", line 36, in <module>
out = rnn(inputs=inp, ground_truth = inp_refeed)
File "/.../site-packages/recurrentshop-1.0.0-py3.6.egg/recurrentshop/engine.py", line 473, in __call__
AssertionError: Required 3 inputs, received 4.
This is driving me crazy since I cannot find the error in my thoughts.
Thank you very much in advance!
The text was updated successfully, but these errors were encountered:
Good evening,
I was looking upon your flawless package and stumbled over an issue I am not able to solute.
I am trying to include the usual Keras layers in a RecurrentModel without using your RecurrentCells (in all the examples these are used additionally). A miniature example could look like this:
but recurrentshop complains about
This is driving me crazy since I cannot find the error in my thoughts.
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: