Implementation of handwriting generation with use of recurrent neural networks in tensorflow. Based on Alex Graves paper (https://arxiv.org/abs/1308.0850).
MIT License
540
stars
107
forks
source link
module 'tensorflow._api.v2.nn' has no attribute 'rnn_cell' #30
After preprocessing, I am facing "module 'tensorflow._api.v2.nn' has no attribute 'rnn_cell' " error. Please help me with it