DTaoo / VGGish

An implementation of vggish in keras with tf backend
117 stars 38 forks source link

unable to read .h5 files of weights #10

Open akanksha28pathak opened 4 years ago

akanksha28pathak commented 4 years ago

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)