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

ResNet parameter "pool_only=True" #43

Open
Yee-Master opened this issue Feb 28, 2021 · 1 comment
Open

ResNet parameter "pool_only=True" #43

Yee-Master opened this issue Feb 28, 2021 · 1 comment

Comments

@Yee-Master
Copy link

Yee-Master commented Feb 28, 2021

In experiment , ResNet use parameter "pool_only=True" ?

This parameter effect accuracy ?

I think "pool_only=False" is more make sense ,but "pool_only=True" is default.

In main.py , I can't find any variable to setting this parameter

When I read the code , I am very confuse

image

@richzhang
Copy link
Contributor

richzhang commented Mar 1, 2021

Thanks for the question. The parameter is not well-named. It means that in the initial conv-maxpool block, only maxpool gets antialiased. Antialiasing the initial conv block blows up memory a lot, so I decided to not do that

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

2 participants