Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared 1x1 Conv vs. Independent 1x1 Conv #28

Closed
yyvettey opened this issue Oct 25, 2018 · 3 comments
Closed

Shared 1x1 Conv vs. Independent 1x1 Conv #28

yyvettey opened this issue Oct 25, 2018 · 3 comments

Comments

@yyvettey
Copy link

Could you please explain the differences between these two in details? Would appreciated it if you could point out in the code. Many thanks!

@huanghoujing
Copy link
Owner

Hi, (Shared 1x1 Conv) means there is only one 1x1 Conv layer after pooling, shared between all parts/stripes (There are 6 parts, as an example). Independent 1x1 Conv means each part is processed by its 1x1 Conv layer, meaning different parts are processed by different model weights. The (Shared 1x1 Conv) implementation can only be found in early versions of code, not in current commit.

@abhishekaich27
Copy link

Hi @huanghoujing ! So now the implementation is for each stripe having it's own classifier as described in Figure 2 of the base paper?

@huanghoujing
Copy link
Owner

@abhishekaich27 Yes, you are right.

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

No branches or pull requests

3 participants