File size: 778 Bytes
62c93df
8f82a93
62c93df
 
 
 
 
 
 
 
 
fe40c4f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
library_name: litert
tags:
  - vision
  - image-classification
datasets:
  - imagenet-1k
---
# EfficientNet V2 S

EfficientNet V2 S model pre-trained on ImageNet-1k.

## Intended uses & limitations

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.

### BibTeX entry and citation info

```bibtex
@article{Tan2019EfficientNetRM,
  title={EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks},
  author={Mingxing Tan and Quoc V. Le},
  journal={ArXiv},
  year={2019},
  volume={abs/1905.11946}
}
```