pretrained-models.pytorch icon indicating copy to clipboard operation
pretrained-models.pytorch copied to clipboard

[request] SOTA EfficientNet

Open Kulikovpavel opened this issue 6 years ago • 3 comments

Code and pretrained up to B3 https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet

Kulikovpavel avatar May 29 '19 18:05 Kulikovpavel

Remi is welcome to port into his style: https://github.com/rwightman/pytorch-image-models/blob/master/models/gen_efficientnet.py

rwightman avatar May 31 '19 01:05 rwightman

Needs a padding hack to work well with the TF weights though

rwightman avatar May 31 '19 01:05 rwightman

This repo: https://github.com/lukemelas/EfficientNet-PyTorch#loading-pretrained-models

finlay-liu avatar Jun 05 '19 02:06 finlay-liu