DingXiaoH / RepVGG

RepVGG: Making VGG-style ConvNets Great Again
MIT License
3.3k stars 433 forks source link

3x3 convolution #87

Closed SpiritAshes closed 2 years ago

SpiritAshes commented 2 years ago

Thanks for your work. What training skills do I need if I want to use your 3x3 convolution alone?

DingXiaoH commented 2 years ago

You may replace a 3x3 conv in your own model with a RepVGG block, but I am not sure if that will improve the performance.