Is your feature request related to a problem? Please describe.
At the end of training, there is a "Save model" button that saves the model in the browser cache. It seems that most of the time, a user would want the model to be saved to the cache by default instead of having to click a button.
Describe the solution you'd like
When training finishes, the model should be automatically saved in the browser's cache. The "Save model" button could become a button that stores the model to the file system instead.
Moreover, saving to the file system should give options for which format to save to. This is something that is hard to do with TFJS, but that Burn should be able to do easily
Is your feature request related to a problem? Please describe.
At the end of training, there is a "Save model" button that saves the model in the browser cache. It seems that most of the time, a user would want the model to be saved to the cache by default instead of having to click a button.
Describe the solution you'd like
When training finishes, the model should be automatically saved in the browser's cache. The "Save model" button could become a button that stores the model to the file system instead.
Moreover, saving to the file system should give options for which format to save to. This is something that is hard to do with TFJS, but that Burn should be able to do easily