Available musicnn and vgg models
masterThe library provides several pre-trained models based on two different training datasets: MTT (MagnaTagATune) and MSD (Million Song Dataset).
musicnn models
These are musically motivated CNNs with a dense mid-end and temporal-pooling back-end.
'MTT_musicnn': Trained on the MTT dataset.'MSD_musicnn': Trained on the MSD dataset.'MSD_musicnn_big': A larger version of the MSD model with more capacity (x512 filters in the mid-end and 500 units in the back-end). Requires installation from source (python setup.py install).
vgg models
These are baseline models adapted from computer vision CNNs (VGG architecture) trained on audio-spectrograms.
'MTT_vgg': Trained on the MTT dataset.'MSD_vgg': Trained on the MSD dataset.- Note:
vggmodels do not support custominput_length; they must be set to3.