AcousticEventDetection icon indicating copy to clipboard operation
AcousticEventDetection copied to clipboard

Source code complementing our paper for acoustic event classification using convolutional neural networks.

Results 3 AcousticEventDetection issues
Sort by recently updated
recently updated
newest added

Theano - v1.0.1 Lasagne - v0.2.dev1 Command: `python AED_test.py --filenames 'dataset/schreien_scream.wav' --modelname 'AED_Example_Run_model.pkl' --overlap 4 --results 5 --confidence 0.01` ``` HANDLING IMPORTS... Using cuDNN version 7103 on context None Mapped...

Good afternoon. Can you specify the different dependencies that you used for this code? The CUDA version, CuDNN, python libraries, theano, etc? I'm having a lot of problems using your...