How does backpropagation work when a convolutional layer is followed by a merge layer?

10 views
Skip to first unread message

lasagne user

unread,
Jun 12, 2018, 6:33:51 PM6/12/18
to lasagne-users
Suppose the architecture is:

CNN --> MergeLayer --> CNN --> MergeLayer --> ...

Suppose the MergeLayer adjust the CNN output by adding a constant.

Is the CNN's weight update/back prop step based on the output of the following MergeLayer or the output of the CNN? 

If the latter, how can one adjust this network so that the CNN's weight update is based on the output of the MergeLayer?
Reply all
Reply to author
Forward
0 new messages