marl / openl3

OpenL3: Open-source deep audio and image embeddings
MIT License
452 stars 57 forks source link

Models for v0.4.0 #61

Closed beasteers closed 3 years ago

beasteers commented 3 years ago

This includes the new models needed for the Tensorflow 2 models.

They are named like openl3_audio_linear_music-v0_4_0.h5.gz following the format of the v0.2.0 files. I added a script tests/package_weights.py that essentially inverts the gzip decompression code from setup.py.

The only difference between these weights and the previous version is that the spectrogram layers were deleted from it (using tests/migration/remove_layers.py)