char-rnn-tensorflow icon indicating copy to clipboard operation
char-rnn-tensorflow copied to clipboard

Problem 'TypeError: Expected int32, got list containing Tensors' in model.py

Open igo312 opened this issue 7 years ago • 0 comments

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

igo312 avatar Dec 02 '17 11:12 igo312