huawei-noah / VanillaNet

MIT License
811 stars 56 forks source link

Speed of training proceeds #35

Open abcsimple opened 1 year ago

abcsimple commented 1 year ago

Hi, I evaluated the speed in training proceeds between VanillaNet and ResNet, vanillanet has a little bit less params and flops than resnet. However, vanillanet is slower than resnet and take much more GPU memory in the training proceed, which is strange since vanillanet has faster inference speed. Have you tried any speed comparison in the training proceeds?

HantingChen commented 1 year ago

The training cost of VanillaNet is higher than ResNet, since VanillaNet utilizes the deep training technique.