Closed sourav22899 closed 5 years ago
@sourav22899 I have an updated VGGish Keras implementation which includes a conversion script vggish_keras/download_helpers/convert_ckpt.py.
For it to work, you need:
openmic-2018/scripts/download_deps.sh
The main difference is that I load weights with by_name=True
, so I only create a single weights file (that can be used with or without the top). The weights file also includes the post-processing weights which can optionally be added to the top like in the original implementation.
Thanks for the reply.
@DTaoo The original checkpoint file is provided here. How did you generate a HD5 file without retraining the model ?