File size: 1,645 Bytes
0068c52
 
 
 
56f0174
 
 
 
0068c52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
30
31
32
33
34
35
36
37
38
---
license: other
license_name: aplux-model-farm-license
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
pipeline_tag: image-classification
tags:
- AIoT
- QNN
---

![](https://aiot.aidlux.com/_next/image?url=%2Fapi%2Fv1%2Ffiles%2Fmodel%2Fcover%2F%25E5%259B%25BE-21.png&w=640&q=75)

## ResNet-18: Image Classification

ResNet-18 is one of the shallowest models in the Residual Network (ResNet) family, consisting of 18 layers. ResNet was proposed by Kaiming He and his team at Microsoft Research in 2015 to address the vanishing and exploding gradient problems in deep neural networks. ResNet-18 introduces residual connections (skip connections), which allow the input to bypass several layers, making the network easier to train and enabling greater depth. Despite its relatively low number of parameters, ResNet-18 achieves high classification accuracy and is widely used in tasks like image classification and object detection.

### Source model

- Input shape: 224x224
- Number of parameters: 11.15M
- Model size: 44.58M
- Output shape: 1x1000

Source model repository: [ResNet-18](https://github.com/pytorch/vision/blob/main/torchvision/models/resnet.py)

## Performance Reference

Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)

## Inference & Model Conversion

Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)

## License

- Source Model: [BSD-3-CLAUSE](https://github.com/pytorch/vision/blob/main/LICENSE)

- Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)