crnn icon indicating copy to clipboard operation
crnn copied to clipboard

How to change the code to use RGB image, variable width to train ,and a new language

Open Jayhello opened this issue 7 years ago • 2 comments

In the code the width is 100, how to change it to variable width,and use the rgb image. such as the theme

Jayhello avatar Feb 08 '17 09:02 Jayhello

@Jayhello The trained model is directly usable on variable length images. If you want to use RGB images, you need to modify the model structure and retrain the model.

bgshih avatar Feb 08 '17 15:02 bgshih

Thank you for reply. But how to change the model structure ( I am a novice )?

Jayhello avatar Feb 09 '17 01:02 Jayhello