lhotse icon indicating copy to clipboard operation
lhotse copied to clipboard

FileNotFoundError: [Errno 2] Unable to synchronously open file

Open Mahaotian1 opened this issue 1 year ago • 3 comments

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

Mahaotian1 avatar Jan 12 '24 08:01 Mahaotian1

Update the paths to the h5 files in your manifests.

pzelasko avatar Jan 12 '24 15:01 pzelasko

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

Mahaotian1 avatar Jan 13 '24 04:01 Mahaotian1

Yes

pzelasko avatar Jan 13 '24 13:01 pzelasko