Say I have 2 models with the same architecture but with different weights and biases. I want to replace some of the weights and biases of one model with the weights and biases of the other model. How would I go about doing that?
Hi, please see this link Copying weights from one net to another
1 Like
This post solved the problem for me.