hirofumi0810 / neural_sp

End-to-end ASR/LM implementation with PyTorch
Apache License 2.0
589 stars 140 forks source link

How to decode empty target files which only contain background noise #343

Open CSLujunyu opened 3 years ago

CSLujunyu commented 3 years ago

I have some background noise wav files in my testset, in order to test the robustness of models.

But I find it would remove the empty examples in bin/asr/eval.py when I remove lines 114-115 in "utils/make_tsv.py".

image

CSLujunyu commented 3 years ago

Could you give some advice?