MTG / gaia

C++ library to apply similarity measures and classifications on the results of audio analysis, including Python bindings. Together with Essentia it can be used to compute high-level descriptions of music.
http://essentia.upf.edu
GNU Affero General Public License v3.0
271 stars 66 forks source link

add an option to train_model to create the project and stop #97

Open alastair opened 4 years ago

alastair commented 4 years ago

Sometimes you may want to create a project then edit the generated project file before actually doing the training. It would be good to add a flag --notrain or --create-only to just create the project and then stop before doing the training. The next time you run train_model without this flag it should pick up the existing project and train the model as expected.

dbogdanov commented 4 years ago

Yes, this is useful.