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?
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?