Image classification via fine tuning with EfficientNet
Jun 30, 2020 Introduction: what is EfficientNet. EfficientNet, first introduced in Tan and Le, 2019 is among the most efficient models (i.e. requiring least FLOPS for inference) that reaches State-of-the-Art accuracy on both imagenet and common image classification transfer learning tasks.. The smallest base model is similar to MnasNet, which reached near-SOTA with a significantly smaller model.
More Details