sdatkinson / neural-amp-modeler

Neural network emulator for guitar amplifiers.
MIT License
1.72k stars 130 forks source link

[FEATURE] More extensive metadata for the standardized trainer #419

Closed sdatkinson closed 2 months ago

sdatkinson commented 2 months ago

I've been asked for things like this in the past, and I'm keen now on adding more metadata that's specific to the simplified trainer in nam.train.core.train().

I'm going to add it via an other_metadata kwarg in the model so that .export() isn't blocked out from other uses.

Included will be:

I'm expecting that fit_cab will be very helpful for downstream plugins and such (e.g. ToneHunt) to automatically suss out full rig models and implement functionality accordingly (e.g. a plugin like NeuralAmpModelerPlugin that has an IR loader might automatically disable and bypass it).