Open yunfei-shi opened 5 years ago
You can delete all your folder and try the code again. @Anwarvic recommend putting the outpath
in a standalone directory 'exp',you can change your path 'data' to 'exp' and try again.I run as the recommend and I don`t have your issue.
@yunfei-shi have you solve this problems? I have the same.
When I try to run model training with "python ubm.py" in step 5, I got "Exception: show enroll/S01.01.digits.wav is not in the HDF5 file". the error located in the following code, seg_indices=range(enroll_stat.segset.shape[0]), all the data are prepared as follows, ubm_16.h5 is under dir ubm. data ├── audio │ ├── data │ ├── enroll │ └── test ├── feat │ ├── enroll │ └── test ├── feat.zip ├── task │ ├── enroll_idmap.h5 │ ├── plda_idmap.h5 │ ├── test_idmap.h5 │ ├── test_ndx.h5 │ ├── test_trials.txt │ └── tv_idmap.h5 └── ubm └── ubm_16.h5 can anyone help me?