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
272 stars 66 forks source link

Allow number of cores used during training process to be configured #116

Closed alastair closed 2 years ago

alastair commented 3 years ago

Sometimes we don't want to use all available cores.

alastair commented 3 years ago

I remembered that we had a discussion about this in #95 too. In that case, we shouldn't add it to the project file - just support the env variable and a commandline option to all necessary scripts. I'll make those changes