EUSIPCO2017 icon indicating copy to clipboard operation
EUSIPCO2017 copied to clipboard

This repository contains code for musical instrument recognition experiments for the paper entitled "Timbre Analysis of Music Audio Signals with Convolutional Neural Networks".

Results 2 EUSIPCO2017 issues
Sort by recently updated
recently updated
newest added

Hi,The program cannot run due to a version problem with the library,Could you please tell me versions of all libraries.I am looking forward to your reply.

when I run evaluation.py using singlelayer , A bug happened in experiments/models/singlelayer.py of thie line: "x = merge(layers, mode='concat', concat_axis=channel_axis)" the x is 2D now,how can concat it use concat_axis=1...