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

avgpool layer not included #2

Open
surekhag28 opened this issue Jan 25, 2020 · 0 comments
Open

avgpool layer not included #2

surekhag28 opened this issue Jan 25, 2020 · 0 comments

Comments

@surekhag28
Copy link

self.conv_out = nn.Sequential(*list(self.features)[42:50])

I could see that while creating layers for model you have added avgpool layer but while including in conv_out (at the end ) its been excluded because of indexing.

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