EUSIPCO2017
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".
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...