File size: 1,697 Bytes
bb3369c
 
 
 
5c896ec
 
 
 
bb3369c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-14.png&w=640&q=75)

## DenseNet-121: Image Classification

DenseNet (Densely Connected Convolutional Networks) is a convolutional neural network architecture that introduces dense connections, where the output of each layer is directly connected to every subsequent layer. This design helps mitigate the vanishing gradient problem, promotes feature reuse, and reduces the number of parameters, thereby improving training efficiency. DenseNet is highly parameter-efficient and computationally efficient, making it suitable for tasks like image classification and object detection. It performs particularly well in scenarios with limited data. Key variants of DenseNet include DenseNet-121, DenseNet-169, and DenseNet-201.

### Source model

- Input shape: 224x224
- Number of paramaters: 7.61M
- Model size: 30.81M
- Output shape: 1x1000

Source model repository: [densenet](https://github.com/pytorch/vision/blob/main/torchvision/models/densenet.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)