I was wondering if there was a way to load the weights of the model, train it on another dataset, and save the weights again. Currently, you are only able to either load or save the weights.
Hey on the main branch you should be able to load (and save) a model after training. You do need to setup the dataset using the wiki guide here. You can load a model like this:
Hi Sean,
I was wondering if there was a way to load the weights of the model, train it on another dataset, and save the weights again. Currently, you are only able to either load or save the weights.