DDMAL / Calvo_classifier

Repository of the Rodan wrapper for Calvo classifier
Other
1 stars 1 forks source link
job omr workflow

Calvo-classifier

Repository of the Rodan wrapper for Calvo classifier

Rodan Jobs definition

This repository includes the following Rodan Jobs:

Installation Dependencies

Python dependencies:

Keras configuration

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"
}