Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.

block function in resnet.py #37

Open
ljbthu opened this issue Nov 11, 2017 · 1 comment
Open

block function in resnet.py #37

ljbthu opened this issue Nov 11, 2017 · 1 comment

Comments

@ljbthu
Copy link

ljbthu commented Nov 11, 2017

I think that there is a small mistake when defining the 'bottleneck' structure in the block function .
In your code, three 1x1 conv layers ('a', 'b', 'c') are used to constitute the 'bottleneck' block.
I believe you forgot c['ksize'] = 3 when defining layer 'b'.

@liyongze
Copy link

I think so. c['ksize'] should be definited 3 here.

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

2 participants