Segment a spectrogram into a series of images by beats per minute to train a Deep Neural Network
I have a .csv file with information about a soundtrack and it is divided into beats (per minute). As in: the index corresponds to each beat. I already have tried some different ways to make a spectrogram. Now, I need to divide it into beat-sized chunks to train a deep neural network.