adobe/antialiased-cnns

ResNet parameter "pool_only=True"

Yee-Master opened this issue · 1 comments

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

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