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 this error with lstm_enc, I didn't understand if the problem was with the input size or with LSTMCell.
data_input_embed Tensor("Reshape_3:0", shape=(?, 10, 384), dtype=int32)
Argument inputs must be a sequence. Received: Tensor("Reshape_3:0", shape=(?, 10, 384), dtype=int32)
The text was updated successfully, but these errors were encountered:
I have this error with lstm_enc, I didn't understand if the problem was with the input size or with LSTMCell.
data_input_embed Tensor("Reshape_3:0", shape=(?, 10, 384), dtype=int32)
Argument
inputs
must be a sequence. Received: Tensor("Reshape_3:0", shape=(?, 10, 384), dtype=int32)The text was updated successfully, but these errors were encountered: