Description Usage Arguments Value
This function uses a pre-trained "reference" model to automatically set the weights for all layers that have the same name.
1 | model_mirror(model, reference, freeze)
|
model |
A |
reference |
Another |
freeze |
A logical. Toggles whether or not to freeze the weights. If frozen, the weights will not update during re-training. |
Null. This function updates the model in place.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.