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

Added normalisation CER and CER lower, clean-ups, simplified conf int… #9

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

Thelukepet
Copy link
Collaborator

"Normalised" CER support:

  • Added norm_totalcer which calculates the CER after applying the --normalization_file to both the ground truth label and the prediction
  • Added norm_totalcer which does the same as the above but also applies lowercase to the ground truth and prediction
  • Both metrics are calculated during the prediction phase and the averages are added to the overview after all predictions are completed

Other:

  • Simplification of parts of the main function for readability and clearer prints
  • calc_95_confidence_interval now only supports a 95% confidence interval as it was not needed to support other confidence intervals yet

@TimKoornstra TimKoornstra merged commit 3d92142 into master Oct 30, 2023
2 checks passed
@TimKoornstra TimKoornstra deleted the cer-normalise branch October 30, 2023 09:06
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

Successfully merging this pull request may close these issues.

2 participants