Grzego / handwriting-generation

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
520 stars 107 forks source link

Not compiling properly, saying something wrong in concatenation method #21

Open sanjabon opened 4 years ago

Grzego commented 4 years ago

@sanjabon Please provide more details (like console error).

sanjabon commented 4 years ago

image I am beginner in running files maybe. From the description you provided, i run "python preprocess.py" but python doesn't mean anything in says terminal. So i executed same file using python 3 and got this error.

Grzego commented 4 years ago

Did you modified the file? There should be no [] in this line, look L109. Try restoring the original file (or just remove []. if that's all). :)

sanjabon commented 4 years ago

Hey, Thank you. But I didn't modified the file i think. How can i make cool stuff like this?

sanjabon commented 4 years ago

image Now getting this error while executing train.py i googled the issue, your project was done using old tensorflow version, now giving syntax errors.

Grzego commented 4 years ago

Yes, it looks like error from TensorFlow 2.0. You can try installing older versions (if possible), for example 1.15 should work fine.