deep_audio_features icon indicating copy to clipboard operation
deep_audio_features copied to clipboard

Pytorch implementation of deep audio embedding calculation

Results 14 deep_audio_features issues
Sort by recently updated
recently updated
newest added

Got this error on Windows 10 running: C:\Python310\lib\site-packages\deep_audio_features\bin\basic_training.py -i "genres/blues" "genres/classical" "genres/country" "genres/disco" "genres/hiphop", "genres/jazz" "genres/metal" "genres/pop" "genres/reggae" "genres/rock" -o "energy" ... --> Plotting histogram of spectrogram sizes. Traceback (most...

Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.0 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...

dependencies

You were listed here: https://github.com/tyiannak/pyAudioAnalysis I'm just looking around at the moment so if you can give me some idea on what this does, I would be very grateful. I'm...

Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Theres a bug related to path dept in classification report. To reproduce: ``` from deep_audio_features.bin import classification_report as cr cr.test_report('/Users/tyiannak/Downloads/soundscape_8k_1s.pt', ['/Users/tyiannak/Downloads/soundscape_8k_1sec/test/1', '/Users/tyiannak/Downloads/soundscape_8k_1sec/test/2/', '/Users/tyiannak/Downloads/soundscape_8k_1sec/te ...: st/3', '/Users/tyiannak/Downloads/soundscape_8k_1sec/test/4', '/Users/tyiannak/Downloads/soundscape_8k_1sec/test/5']) Loaded model class...

Here is a KeyError when I run deep_audio_features/combine/predict.py after installing more libraries as required. ![image](https://user-images.githubusercontent.com/59959925/166703555-d90f60a3-a9f4-437c-b275-fbd02a81d8c7.png) Does anyone know how to deal with this?

Check if Int16 melgram has comparable performance to float 32 melgram

1. Configure architectures from config file 2. Class for training and validation