Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDF5 Exception #10

Open
yunfei-shi opened this issue Sep 4, 2019 · 2 comments
Open

HDF5 Exception #10

yunfei-shi opened this issue Sep 4, 2019 · 2 comments

Comments

@yunfei-shi
Copy link

yunfei-shi commented Sep 4, 2019

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?

@hsljctong
Copy link

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.

@VitoCostanzo
Copy link

@yunfei-shi have you solve this problems? I have the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants