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
Hello, I plan to change LSTM into BiLSTM in this network. How can I solve such a mistake in the process?
InvalidArgumentError (see above for traceback): Input to reshape is a tensor with 304 values, but the requested shape requires a multiple of 48 [[Node: attention_bi_lstm_1/while/Reshape_1 = Reshape[T=DT_FLOAT, Tshape=DT_INT32, _device="/job:localhost/replica:0/task:0/device:CPU:0"](attention_bi_lstm_1/while/BiasAdd, attention_bi_lstm_1/while/stack_1)]]
The text was updated successfully, but these errors were encountered:
Hello, I plan to change LSTM into BiLSTM in this network. How can I solve such a mistake in the process?
InvalidArgumentError (see above for traceback): Input to reshape is a tensor with 304 values, but the requested shape requires a multiple of 48 [[Node: attention_bi_lstm_1/while/Reshape_1 = Reshape[T=DT_FLOAT, Tshape=DT_INT32, _device="/job:localhost/replica:0/task:0/device:CPU:0"](attention_bi_lstm_1/while/BiasAdd, attention_bi_lstm_1/while/stack_1)]]
The text was updated successfully, but these errors were encountered: