Tensorflow-RNN-Tutorial
Tensorflow-RNN-Tutorial copied to clipboard
Tensorflow RNN Tutorial
Results
2
Tensorflow-RNN-Tutorial issues
Sort by
recently updated
recently updated
newest added
안녕하세요. 좋은 코드 공유해주셔서 감사합니다. 다름이 아니라 저도 동일한 부분에서 동일한 에러가 발생합니다 TypeError: Input 'y' of 'Equal' Op has type int64 that does not match type int32 of argument...
When I run RNN-TF-dynamic-decode.py, the TypeError occur, TypeError: Input 'y' of 'Equal' Op has type int64 that does not match type int32 of argument 'x'. in tf.contrib.seq2seq.dynamic_decode() line.