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

how to change the result from slant to horizontal? #19

Open Instantnoodles-madman opened 4 years ago

Instantnoodles-madman commented 4 years ago

the output form is slant, what's the reason of it? how to change it to horizontal?

Grzego commented 4 years ago

Hi @Instantnoodles-madman, The data-set is the issue here. You can read issue #12 which asks the same question. If you still have more questions feel free to write them here. :)