Add weight sharing #169
Labels
area:layers
Applies to layer API
kind:feature
New feature or request
note:discussion
Details or approval are up for discussion
There is currently no explicit way to use the same weights/layer for separate inputs. For example, in Keras I could do:
And it would use the same layer for both operations. I believe this could potentially work for now:
And the parameters would be shared by name. Perhaps there is a way to make this a bit more explicit. This somewhat relates to some of the issues that appeared earlier with GANs and the proposed
Axon.function
The text was updated successfully, but these errors were encountered: