Skip to content
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

performance evaluation of the experimental results #176

Open
rengxumiaoshou opened this issue May 10, 2024 · 1 comment
Open

performance evaluation of the experimental results #176

rengxumiaoshou opened this issue May 10, 2024 · 1 comment

Comments

@rengxumiaoshou
Copy link

I noticed in the readme that it mentioned that 3/4 of the words in the validation set were correctly recognized, giving a character error rate of about 10%. However, I did not find any code related to the performance evaluation of the experimental results. I hope you can tell me where the code to do this is and how to get these data if not. Thank you again for your selfless sharing and advice. You can send a wechat receipt code. Although I am a student, I still want to send red envelopes to express my thanks.

@githubharald
Copy link
Owner

Hi, it's the validation mode (see README, --mode argument). Code is in main.py, see function validate(...).
If you really want to do it properly you of course want to have train/validation/test datasets, but this repo keeps everything as simple as possible, therefore no testset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants