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

the size of input tensor have to > 26*26 !!! #8

Open
victor000000 opened this issue Jan 16, 2020 · 0 comments
Open

the size of input tensor have to > 26*26 !!! #8

victor000000 opened this issue Jan 16, 2020 · 0 comments

Comments

@victor000000
Copy link

for the stride 2 conv in class SPP_NET,
we have to ensure that the size of tensor > 26 * 26

otherwise, the kernal(4 * 4) of self.conv5 will larger than the conv5 input
i.e. the conv5 input will < 4 * 4 if the input x in forward < 26 * 26

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

1 participant