TensorFlow code to perform end-to-end Optical Music Recognition on monophonic scores through Convolutional Recurrent Neural Networks and CTC-based training.
MIT License
143
stars
61
forks
source link
What is the definition of "Sequence Error Rate"? #11
For example:
My calculation method is that if there are 5 pictures and 2 pictures have prediction errors, there are 3 wrong symbols in total.
My sequence error rate is 2/5=40%.
After reading the code, your method is 3/5=60%.
So the sequence error rate I got after training is 10.7%, which is a big difference from the paper.
So I want to ask which is the correct sequence error rate calculation.
For example: My calculation method is that if there are 5 pictures and 2 pictures have prediction errors, there are 3 wrong symbols in total. My sequence error rate is 2/5=40%. After reading the code, your method is 3/5=60%.
So the sequence error rate I got after training is 10.7%, which is a big difference from the paper.
So I want to ask which is the correct sequence error rate calculation.