EfficientNet-B1 is one of the EfficientNet family of models, which are convolutional neural network architecture and scaling methods that uniformly scales all dimensions of depth/width/resolution using a compound coefficient.
Model | Download | #Params (M) | #FLOPs (B) | Top-1 accuracy (%) | Top-5 accuracy (%) |
---|---|---|---|---|---|
EfficientNet-B1 | 32MB | 7.8 | 0.70 | 79.1 | 94.4 |
- EfficientNet-B1 is from the paper titled EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks.
- This pre-train onnx model is converted from a pytorch model, which is from the lukemelas/EfficientNet-PyTorch.
Apache 2.0