jiequancui / ResLT

ResLT: Residual Learning for Long-tailed Recognition (TPAMI 2022)
https://arxiv.org/pdf/2101.10633.pdf
MIT License
56 stars 5 forks source link

1x1conv Block #9

Open everye opened 1 year ago

everye commented 1 year ago

Thanks for your great work.

I'm confused about the site of the 1x1conv Block. Could you explain why the 1x1conv block before the avgpool during training and behind the avgpool during testing?

jiequancui commented 1 year ago

Hi,

Moving the 1x1 conv behind the avgpool during testing is for saving computational cost.