Instructions to use litert-community/efficientnet_b6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use litert-community/efficientnet_b6 with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -9,3 +9,19 @@ datasets:
|
|
| 9 |
# EfficientNet B6
|
| 10 |
|
| 11 |
EfficientNet B6 model pre-trained on ImageNet-1k.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
# EfficientNet B6
|
| 10 |
|
| 11 |
EfficientNet B6 model pre-trained on ImageNet-1k.
|
| 12 |
+
|
| 13 |
+
## Intended uses & limitations
|
| 14 |
+
|
| 15 |
+
The model files were converted from pretrained weights from PyTorch Vision. The models may have their own licenses or terms and conditions derived from PyTorch Vision and the dataset used for training. It is your responsibility to determine whether you have permission to use the models for your use case.
|
| 16 |
+
|
| 17 |
+
### BibTeX entry and citation info
|
| 18 |
+
|
| 19 |
+
```bibtex
|
| 20 |
+
@article{Tan2019EfficientNetRM,
|
| 21 |
+
title={EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks},
|
| 22 |
+
author={Mingxing Tan and Quoc V. Le},
|
| 23 |
+
journal={ArXiv},
|
| 24 |
+
year={2019},
|
| 25 |
+
volume={abs/1905.11946}
|
| 26 |
+
}
|
| 27 |
+
```
|