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

Implementation of handwriting generation with use of recurrent neural networks in tensorflow. Based on Alex Graves paper (https://arxiv.org/abs/1308.0850).

Results 22 handwriting-generation issues
Sort by recently updated
recently updated
newest added

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

Hey What changes need to be made to enable training for other languages, other than the training data? I can see some style files being used, does that need to...

After successfully implementing the training I find that starting at Epoch 18 the loss value is set to NAN and all the models created are of no use. Is there...

Would it be possible to output the text along a straight(er) line with this configuration?

I see no difference, irrespective of wheather option `--animation` is given or not. Generative for pretrained model. My python version is 3.4.2 My OS-X version is 1.13.6

Do you know how to changes the images data into xml files. I have the handwritting images data and labels, but I don't know how to change them into xml...

Hello, First off, I would like to thank you for this amazing work. I was giving it a go hoping to directly use your pretrained model. However, I ran into...

This is probably outside the scope of the "issues" but figure I'd ask. I notice it doesn't take numbers. Is there away to add numbers to the xml data sets...

Does anybody have the code converted to native Tensorflow 2 (without using tf.compat.v1) version?

After preprocessing, I am facing "module 'tensorflow._api.v2.nn' has no attribute 'rnn_cell' " error. Please help me with it