You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: