Belval / CRNN

A TensorFlow implementation of https://github.com/bgshih/crnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what if the character numbers of my training data are different,how to train?

billyzju opened this issue · comments

what if the character numbers of my training data are different,how to train?

Can you clarify what you mean by different? They aren't Arabic numbers?

@Belval For example, some training instances contain 10 characters, and some contain 16 characters, I mean the character lengths are different.

It should train fine regardless as long as the character count stays below 24. I only trained it with latin scripts though so you might run into some issue when training for asian scripts since they are usually wider.