-
Notifications
You must be signed in to change notification settings - Fork 55
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
What's need to mofidify if we use this work for another language? #16
Comments
Please make sure you're making correct+consistent use of character encoding (should be UTF-8 by default in py3, no?) throughout One sanity check I would recommend is that the GT labels (i.e. one-hot vectors) look as you would expect them to during train/test iterations. Looking forward to see Vietnamese handwriting! |
@huynhtruc0309 I have some questions to ask you:
|
I am using your work for generating Vietnamese handwriting. I added my code to create_text_data.py
and Lexicon to dataset_catalog.py
and also added the alphabet
I generated LMDB file for training.
But then when training, things got weird because the loss was negative.
Can you tell me where did I get wrong? Thank you.
The text was updated successfully, but these errors were encountered: