I have a tensorflow model (model 1) saved with model.save_weights, I can of course restore the entire model with model.load_weights.
If i change the architecture (model 2