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
Seems you're reversing the first (batch) dimension, aren't you?
(I'm assuming I'm wrong, since looking back at the file's history, this part hasn't changed, and no one else seems to be asking about this, but from what I understand, keras does every operation on batches)
The text was updated successfully, but these errors were encountered:
Didn't do any tests, Just looked over the code when I was trying to figure out why it's complaining about build getting 2 arguments and noticed that. I gave up and went back to try to figure out how to use the graph model in Keras.
(Not sure if the whole build thing is a problem with your implementation. Keras has been complaining alot)
I'll probably have more time tomorrow to try to debug this, right now I'm trying to pull off a miracle :(
Apologies if I'm missing something obvious,
but when you get the output for the bidirectional RNN:
Seems you're reversing the first (batch) dimension, aren't you?
(I'm assuming I'm wrong, since looking back at the file's history, this part hasn't changed, and no one else seems to be asking about this, but from what I understand, keras does every operation on batches)
The text was updated successfully, but these errors were encountered: