pyconv icon indicating copy to clipboard operation
pyconv copied to clipboard

How to use pyconv in other backbones?

Open chenshen03 opened this issue 4 years ago • 2 comments

Hi, thanks for your amazing work.

How to use pyconv in other backbones (e.g. EfficientNet). Can I directly replace all the convolutional layers with PyConv, then load the imagenet pre-trained parameters? Or need to train the modified network from scratch on ImageNet and then finetune on the downstream task?

chenshen03 avatar Apr 23 '21 09:04 chenshen03

Hi, thanks for the interest in our work. Yes, in this case you need to train the modified network from scratch.

iduta avatar May 11 '21 13:05 iduta

@iduta Did you achieve accuracy using PyConv?

khawar-islam avatar Sep 01 '21 05:09 khawar-islam