Char-RNN-TensorFlow icon indicating copy to clipboard operation
Char-RNN-TensorFlow copied to clipboard

read_utils.py报错

Open LeoMax-Xiong opened this issue 7 years ago • 0 comments

\read_utils.py", line 26, in batch_generator y[:, :-1], y[:, -1] = x[:, 1:], x[:, 0] TypeError: 'NoneType' object does not support item assignment

LeoMax-Xiong avatar Oct 20 '18 13:10 LeoMax-Xiong