ResNet parameter "pool_only=True"
Yee-Master opened this issue · 1 comments
Yee-Master commented
richzhang commented
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