You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: