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

saving spectrogram plots #37

Closed mattberjon closed 7 years ago

mattberjon commented 7 years ago

It's necessary to update the spectrogram() function in audio.py in order to save the plots. It's necessary to grab the path from the config file and then find a way to name each file in sequence that makes sense.

This refer to #18 but more up to date as plot_spectrogram() doesn't exist anymore.