After training one model on a set of data, I'd like to get a copy of it and train each copy on different data sets. Is there a way to clone a model in such a way that after the cloning each of them can be trained separately?
I've already tried to save the model in my localstorage and generate a copy from there but tensorflow complains that some variable names are already in use.