RichardYang40148 / mgeval

A toolbox for objective evaluation in symbolic music generation.
88 stars 31 forks source link

Create Standalone Module #4

Closed ghalestrilo closed 3 years ago

ghalestrilo commented 3 years ago

Contribution

This PR adds code for running mgeval as a standalone module, including:

Context

I'm developing a system to evaluate the output of different music generationg RNNs, and I'm using mgeval to evaluate these models. The system uses python 3 and therefore it's incompatible with mgeval as a library. The workaround I found is to run mgeval as a standalone module, producing the metrics and saving them to a pickle.

I think this could be an useful feature for other people as well, and I'm willing to make any required adjustments

ghalestrilo commented 3 years ago

Great! I removed the pycache files, should be good now