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

unable to read .h5 files of weights #10

Open
akanksha28pathak opened this issue Mar 16, 2020 · 0 comments
Open

unable to read .h5 files of weights #10

akanksha28pathak opened this issue Mar 16, 2020 · 0 comments

Comments

@akanksha28pathak
Copy link

The weight files provided in the link, pose error when read or when loaded in the model directly.
My code:
import h5py
filename_wt='vggish_audioset_weights.h5'
f = h5py.File(filename_wt, 'r')

ERROR:
OSError: Unable to open file (unable to open file: name = 'vggish_audioset_weights.h5', errno = 22, error message = 'Invalid argument', flags = 0, o_flags = 0)

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

1 participant