MTG / DCASE-models

Python library for rapid prototyping of environmental sound analysis systems
MIT License
42 stars 5 forks source link

Save feature extraction parameters to the model #8

Open pzinemanas opened 3 years ago

pzinemanas commented 3 years ago

Models are designed for a specific set of feature extraction parameters. But, so far the parameters are only stored in the parameters.json file. So, we should save the parameters used for the design and training of the model.

This could be implemented by several ways, three options are: