otuva / handwriting-synthesis

Handwriting Synthesis with RNNs ✏️ (Migrated to TensorFlow v2)
71 stars 32 forks source link

I keep getting a "No module named 'tensorflow.contrib' error #1

Closed FrankGehry closed 1 year ago

FrankGehry commented 1 year ago

Any idea why I would keep getting that error when trying to run demo.py?

otuva commented 1 year ago

@FrankGehry You are trying to run demo.py from the original repo, correct?

Can you install as per the installation instructions and try to use it from main.py? It's the same as demo.py

FrankGehry commented 1 year ago

Thank you, main.py works as intented