-
Notifications
You must be signed in to change notification settings - Fork 18
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
Train custom dataset ? #4
Comments
First, you should build your character dictionary, like DICT90, and use your custom dictionary in your config file. |
@JiaquanYe Thank you for reply . Can model recognition space ? I want to add space character in DICT90. |
Sure, you can add space character in your custom dictionary, and apply it in the training config. |
@ThorPham did you train this model without failure? I am facing errors during training. |
I want to train in my language . What is config i must modify ?
if label_convertor['dict_type'] == 'DICT90': PAD = 92
What is pad = 92 mean .
The text was updated successfully, but these errors were encountered: