mattberjon / asc-cnn

Acoustic Scene Auditory (ASC) using Convolutional Neural Network (CNN)
https://asc-cnn.readthedocs.io/en/latest/
GNU General Public License v2.0
3 stars 1 forks source link

Transform the frame size into samples #40

Closed mattberjon closed 7 years ago

mattberjon commented 7 years ago

Until now the frame size was wrong in a sense that the frame size entered in the command line is corresponding in reality to the number of samples. The units are wrong and should be fixed.

mattberjon commented 7 years ago

The issue has been closed in the commit given above.