-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to train model with the HME100K dataset? #19
Comments
Hi, the vocab file can be obtained by counting all the symbol classes that appear in HME100K dataset. More details on how to split the dataset can be found in the paper. |
Hi@LBH1024, based on the details described for HME100K dataset in the paper, I can not reproduce the results. Can you provide more details about the config of optimizer used for HME100K dataset? Thanks! |
按照以下参数进行训练: epochs: 90 optimizer: Adadelta |
Hi @LBH1024 . |
These Chinese characters are need to be recognized, so you shouldn't ignore them. |
Thanks |
Hi @LBH1024, could you please provide the code or a more detailed explanation regarding the pre-processing steps you used on the HME100K dataset for training/inference?
Thanks. |
Hi, how long does it take to train using the HME100K dataset? Can I refer to your training parameters? |
Hi@LBH1024,
Can you provide the vocab file used for HME100K dataset?
Besides, how do you split the dataset since there is no validation set?
Thanks.
The text was updated successfully, but these errors were encountered: