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
I noticed when implementing GeM pooling, there is a x.clamp(min=eps) inside, suppose in my feature x there are many value are less than this eps(say 1e-6) value, especially negative values, would this clamp operation cut off all the useful information, thus affect the performance? Thanks.
Hi Sir,
I noticed when implementing GeM pooling, there is a x.clamp(min=eps) inside, suppose in my feature x there are many value are less than this eps(say 1e-6) value, especially negative values, would this clamp operation cut off all the useful information, thus affect the performance? Thanks.
BR
Chen Hao
The text was updated successfully, but these errors were encountered: