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

Can I use my own style? #22

Open HONUBIN opened 4 years ago

HONUBIN commented 4 years ago

Can I use my own style which is not included train dataset if I follow the format as you mentioned?

Grzego commented 4 years ago

Hi @HONUBIN, There is no harm in trying however keep in mind that because your sample will be out of training distribution the results could be less than satisfying (I guess this will depend on how close your style is to the ones present in the dataset). :)

HONUBIN commented 4 years ago

Thanks for reply!