gen-efficientnet-pytorch icon indicating copy to clipboard operation
gen-efficientnet-pytorch copied to clipboard

Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS

Results 4 gen-efficientnet-pytorch issues
Sort by recently updated
recently updated
newest added

how to fuse conv and bn when using this repo to perform quantization aware training? show in the code snippet,like fuse_model func: `import geffnet model = geffnet.efficientnet_lite0(pretrained=True, drop_rate=0.25, drop_connect_rate=0.2) mode.fuse_model()...

https://github.com/mdcallag/mytools/blob/master/bench/b1/setup.sh

Maybe it is a stupid question.I wonder how to train the model from scratch on a different dataset with a different classes,say,10 classes?

Is it possible to use Efficientnet via Pytorch hub to train a model with 4 channel input? If yes, please guide me. Thanks!