latentspaces
Results
1
comments of
latentspaces
You can find `mel_features.py` in `tensorflow_models/audioset/vggish/`. To fix this and oother import problems just create `tensorflow_models/audioset/__init__.py` and add the line: `from .vggish import mel_features, vggish_params, vggish_slim` Also, in file `tensorflow_models/audioset/vggish/vggish_slim.py`...