emreaksan / deepwriting

Code for `DeepWriting: Making Digital Ink Editable via Deep Generative Modeling` paper
MIT License
101 stars 28 forks source link

How to use model for Prediction ? #8

Open thak123 opened 6 years ago

thak123 commented 6 years ago

How can I use this model for handwriting recognition

emreaksan commented 6 years ago

Hi,

In our demo applications we used a bi-directional RNN classifier. You can find the relevant modules in tf_train_hw_classification.py and tf_models_hw_classification.py.

The content branch of our deepwriting model does classification, too. But bi-directional RNN performs better.