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

Character level masks #20

Open sukumar-v opened 4 years ago

sukumar-v commented 4 years ago

Is it possible to get character level masks for the words generated?

Grzego commented 4 years ago

I don't think I understand what exactly you want to achieve. Can you provide more details?