char-rnn-tensorflow
char-rnn-tensorflow copied to clipboard
Problem 'TypeError: Expected int32, got list containing Tensors' in model.py
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