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

Use a real sequence accuracy evaluation instead of an approximate accuracy #3

Closed
wq2012 opened this issue Nov 14, 2018 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@wq2012
Copy link
Member

wq2012 commented Nov 14, 2018

Currently in the demo we use a greedy method to compute sequence match accuracy. It's just an approximation, as an estimation of how well the predicted sequence matches the ground truth.

The correct way should be using Hungarian algorithm to compute the optimal match, which is more meaningful.

@wq2012 wq2012 closed this as completed Nov 15, 2018
@wq2012 wq2012 self-assigned this Nov 15, 2018
@wq2012 wq2012 added the enhancement New feature or request label Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant