handwriting-generation
handwriting-generation copied to clipboard
Not compiling properly, saying something wrong in concatenation method
@sanjabon Please provide more details (like console error).
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.
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). :)
Hey, Thank you. But I didn't modified the file i think. How can i make cool stuff like this?
Now getting this error while executing train.py
i googled the issue, your project was done using old tensorflow version, now giving syntax errors.
Yes, it looks like error from TensorFlow 2.0. You can try installing older versions (if possible), for example 1.15 should work fine.