paper-2015-esc-convnet icon indicating copy to clipboard operation
paper-2015-esc-convnet copied to clipboard

Environmental Sound Classification with Convolutional Neural Networks - paper replication data

Results 2 paper-2015-esc-convnet issues
Sort by recently updated
recently updated
newest added

As the title says, `logamplitude` has been [removed](https://github.com/librosa/librosa/pull/627?w=1). So line `logspec = librosa.logamplitude(melspec)` should be replaced by `librosa.power_to_db` on `_extract_segments` function.

I am personally working with URBAN SOUND DATASET and found your paper. In `load_urban_sound` before `rows_audio = [np.vstack(rows_audio)]` get the error: ``` ValueError: all the input array dimensions for the...