sdatkinson / neural-amp-modeler

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

[FEATURE] GUI: Resume training from checkpoint #402

Closed sdatkinson closed 3 months ago

sdatkinson commented 3 months ago

Pick a checkpoint...

image

And training will resume from it if possible.

If not possible, an error is communicated via a modal:

image

Also added functionality to disable the main window while one of the sub-windows (metadata, advanced options, this error modal) is open 😄 (see above)

I'm probably going to regret this one...I tried to anticipate the ways it might go wrong, but I'm going to bet against myself 😅

Resolves #210

38github commented 3 months ago

Something like this would be great if training different gain settings of an equipment to maybe need to do less training after the first one has been made.