Repository of the Rodan wrapper for Calvo classifier
This repository includes the following Rodan Jobs:
Pixelwise Analysis of Music Document
in calvo_classifier.pyTraining model for Pixelwise Analysis of Music Document
in calvo_trainer.pyFast Pixelwise Analysis of Music Document
in fast_calvo_classifier.py
Training model for Patchwise Analysis of Music Document
in fast_calvo_trainer.py
Calvo's classifier needs Keras and TensorFlow to be installed. It can be easily done through pip.
Keras works over both Theano and Tensorflow, so after the installation check ~/.keras/keras.json so that it looks like:
{
"image_dim_ordering": "tf",
"epsilon": 1e-07,
"floatx": "float32",
"backend": "tensorflow"
}