How can I make two layers share the same weights?

2 vues

Réponse

To make a new layer share weights with an existing one, you can use the 'sharingWeights' parameter, specifying the name of the layer from which to share weights.
Did this answer help you?
addLayer

deepLearn

See technical action