end2end-asr-pytorch icon indicating copy to clipboard operation
end2end-asr-pytorch copied to clipboard

test,py get different result with train,py

Open ArtemisZGL opened this issue 5 years ago • 5 comments

when i load the checkpoint to use test.py to test the valid set, it get very higher wer and cer, which is much higher than valid cer showing in training. Why would this happen ?

ArtemisZGL avatar Feb 23 '20 09:02 ArtemisZGL

all of the result str from greedy search is the same

ArtemisZGL avatar Feb 23 '20 09:02 ArtemisZGL

Hello, I also encountered the same problem, the prediction results obtained from greedy search are only slightly different, wer and cer are very high. I don't know if you have solved this problem.

shibo0 avatar Dec 08 '20 02:12 shibo0

@shibo0 sorry, I didn't solve this problem and now I use another repo.

ArtemisZGL avatar Dec 08 '20 02:12 ArtemisZGL

Can I take the liberty to ask your email address? I have some questions I want to discuss with you. Thank you.

shibo0 avatar Dec 08 '20 02:12 shibo0

https://github.com/Chriszhangmw/end2end-asr-pytorch/blob/master/predict.py

Chriszhangmw avatar Jul 19 '21 01:07 Chriszhangmw