You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to export a Keras model of English language? is it possible to export the corpus to do some neural network training using it? I mean something like MNIST dataset
The text was updated successfully, but these errors were encountered:
Good question. Tesseract uses its own model file format. But it should be possible to convert the included neural network to any other model format which supports the same network specification.
We still have to find someone who wants to implement that (and also the other direction).
Another tool dawg2wordlist can convert the dawg components to normal text files, and the unicharset is already text. That's the easy part.
The interesting part is the lstm component with the neural network. It's not documented, so the program code is the reference for it. Look for DeSerialize in the lstm code.
how to export a Keras model of English language? is it possible to export the corpus to do some neural network training using it? I mean something like MNIST dataset
The text was updated successfully, but these errors were encountered: