Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.

Question about SSD visualization #117

Open
villanuevab opened this issue Apr 22, 2017 · 0 comments
Open

Question about SSD visualization #117

villanuevab opened this issue Apr 22, 2017 · 0 comments

Comments

@villanuevab
Copy link

Since the prediction convolutions are separate from the convolutions that feed forward to the next (conv) layers, during backprop, some prediction layer X will receive weight updates for:
(1) its classification prediction conv weights
(2) its regression conv weights
(3) its normal conv weights that feed into later layers

Thus, for another earlier-during-foward-pass/later-during-backward-pass prediction layer X', the weights will be updated as follows:
(1) classification prediction conv weights are updated from output layer
(2) regression prediction conv weights are updated from output layer
(3) normal conv weights are updated with normal conv weights of X

True/false? The included diagram for SSD 300 seems to support this intuition.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant