DTaoo / VGGish

An implementation of vggish in keras with tf backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to read .h5 files of weights

akanksha28pathak opened this issue · comments

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)