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
This error caused because this code output = tf.reshape(tf.concat(1, outputs), [-1, rnn_size]), I want to know why a list could be connected with int and why do that
The text was updated successfully, but these errors were encountered:
This error caused because this code
output = tf.reshape(tf.concat(1, outputs), [-1, rnn_size])
, I want to know why a list could be connected with int and why do thatThe text was updated successfully, but these errors were encountered: