JierunChen / FasterNet

[CVPR 2023] Code for PConv and FasterNet
695 stars 55 forks source link

about fps #9

Closed wsy-yjys closed 1 year ago

wsy-yjys commented 1 year ago

In your paper,when test the fps for all models, do all models fuse conv and bn? thank you~

JierunChen commented 1 year ago

Yes, we fuse conv and bn for all models if applicable, e.g., FasterNet, ShuffleNetV2, MobileNetV2, MobileViT, etc.

In your paper,when test the fps for all models, do all models fuse conv and bn? thank you~

wsy-yjys commented 1 year ago

I know, Thanks a lot .