sjvasquez / handwriting-synthesis

Handwriting Synthesis with RNNs ✏️
4.36k stars 591 forks source link

Multiple Issues within the code #76

Closed jonmeyers3 closed 1 year ago

jonmeyers3 commented 1 year ago

Does anyone know how to solve the multiple issues that arise when trying to run the code? I have having troubling figuring out how to run the code and any help would be greatly appreciated.

line 9, in from rnn import rnn line 9, in from rnn_cell import LSTMAttentionCell line 4, in import tensorflow.contrib.distributions as tfd ModuleNotFoundError: No module named 'tensorflow.contrib'