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

I think you missed skip connection

Open jugol opened this issue 5 years ago • 0 comments

May be I might be wrong, however I found that your MBConv block dosen't have skip connection.

In your model it's

MBConv

compare to

https://github.com/lukemelas/EfficientNet-PyTorch/blob/master/efficientnet_pytorch/model.py

MBConvBlock class

Or maybe not :(

jugol avatar Jun 12 '19 12:06 jugol