mravanelli / pytorch-kaldi

pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
2.37k stars 446 forks source link

Cannot get WER when running TIMIT_SincNet_raw experiment #211

Closed zehaitu closed 4 years ago

zehaitu commented 4 years ago

Hi,

I am trying to run the TIMIT_SincNet_raw experiment, but wers returned in the DECODING part is blank. Could you please help me with this, what could cause this problem?

Many thanks

TParcollet commented 4 years ago

Hey ! Could you please post a screenshot of this phenomenon? Thanks!

bipashasen commented 4 years ago

The best way to find out the issue is to look the log.log file in your output folder. If there is an issue while decoding, the error will probably be mentioned at EOF.

If there in no error, then look into your decode folder. there are different files, like wer* or logs inside scoring folder that will probably give you some more details.