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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: