lhotse-speech / lhotse

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

FileNotFoundError: [Errno 2] Unable to synchronously open file #1259

Open Mahaotian1 opened 8 months ago

Mahaotian1 commented 8 months ago

problem I have move the h5 files to other place because of lack of memory, what can i do to read h5 files when cut.load_features() ?

pzelasko commented 8 months ago

Update the paths to the h5 files in your manifests.

Mahaotian1 commented 8 months ago

Update the paths to the h5 files in your manifests.

That means I have to change the "storage_path" in cut.features? So that i load_features(), it can load from the new "storage_path" ?

pzelasko commented 8 months ago

Yes