archiki / Robust-E2E-ASR

This repository contains the code for our upcoming paper An Investigation of End-to-End Models for Robust Speech Recognition at ICASSP 2021.
MIT License
46 stars 10 forks source link

some questions #4

Open debudao opened 2 years ago

debudao commented 2 years ago

I first run the librispeech.py and download the librispeech dataset. Then I run the trainEnhanced.py, it shows that ModuleNotFoundError: No module named 'logger'. I really didn't find out where logger.py is. So I commented out the code about logger. But now show FileNotFoundError: [Errno 2] No such file or directory: 'labels.json'. How should I solve the problem?