Implement SC-LSTM model for text generation in control of words, in Python/TensorFlow
88
stars
31
forks
source link
problem with train.py After processing the data and generating the necessary file, i ran into this problem while executing the train.py file AttributeError: 'SC_DropoutWrapper' object has no attribute '_cell' any advice? #18