handwriting-generation icon indicating copy to clipboard operation
handwriting-generation copied to clipboard

Not compiling properly, saying something wrong in concatenation method

Open sanjabon opened this issue 4 years ago • 6 comments

sanjabon avatar May 22 '20 14:05 sanjabon

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

Grzego avatar May 24 '20 01:05 Grzego

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.

sanjabon avatar May 24 '20 01:05 sanjabon

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). :)

Grzego avatar May 24 '20 01:05 Grzego

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

sanjabon avatar May 24 '20 02:05 sanjabon

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.

sanjabon avatar May 24 '20 03:05 sanjabon

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

Grzego avatar May 25 '20 10:05 Grzego