Test Time Pooling #378
Unanswered
alexriedel1
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@alexriedel1 this is where I first saw the idea, https://github.com/cypw/DPNs#mean-max-pooling ... it's sort of like a cheap TTA (test-time-aug) but via one pass through the network with larger image size than default (but fixing the global avg pool at original size). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
I recently found about Test Time Pooling in this Inference Example https://github.com/rwightman/pytorch-image-models/blob/master/sotabench.py
being defined here https://github.com/rwightman/pytorch-image-models/blob/f8463b8fa9c0490db093b36acfce71fa2363b8c3/timm/models/layers/test_time_pool.py
has anyone some information about this as i cannot find anything on the internet regarding TTP. For example what it exactly does and how the inference is affected by this
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions