lhotse-speech / lhotse

Tools for handling speech data in machine learning projects.
https://lhotse.readthedocs.io/en/latest/
Apache License 2.0
902 stars 204 forks source link

OSError: [Errno 9] Unable to synchronously open file (unable to lock file, errno = 9, error message = 'Bad file descriptor') #1358

Open Mahaotian1 opened 3 weeks ago

Mahaotian1 commented 3 weeks ago

I have use ddp to train a model with diffence machine. When I load_features() while get datas from h5 files, I meet this error. How to fix this?

pzelasko commented 1 week ago

Check if your path to features is still correct on the new machine.