Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,34 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: aplux-model-farm-license
|
4 |
-
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: aplux-model-farm-license
|
4 |
+
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
|
5 |
+
---
|
6 |
+
|
7 |
+

|
8 |
+
|
9 |
+
## ResNet-101: Image Classification
|
10 |
+
|
11 |
+
ResNet-101 is a deep convolutional neural network in the ResNet (Residual Network) series, introduced by Kaiming He and his team in 2015. ResNet-101 consists of 101 layers and utilizes residual connections (skip connections) to address the vanishing gradient problem in deep networks, allowing it to train very deep structures without loss of accuracy. These residual connections let input features be directly passed to subsequent layers, simplifying training and enhancing model performance. ResNet-101 performs excellently in tasks such as image classification, object detection, and semantic segmentation, with its depth making it suitable for complex tasks requiring high-level feature representation. Despite its larger parameter count, its high accuracy and strong transferability have led to its widespread use in computer vision applications.
|
12 |
+
|
13 |
+
### Source model
|
14 |
+
|
15 |
+
- Input shape: 224x224
|
16 |
+
- Number of parameters: 42.49M
|
17 |
+
- Model size: 169.79M
|
18 |
+
- Output shape: 1x1000
|
19 |
+
|
20 |
+
Source model repository: [ResNet-101](https://github.com/pytorch/vision/blob/main/torchvision/models/resnet.py)
|
21 |
+
|
22 |
+
## Performance Reference
|
23 |
+
|
24 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
25 |
+
|
26 |
+
## Inference & Model Conversion
|
27 |
+
|
28 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
29 |
+
|
30 |
+
## License
|
31 |
+
|
32 |
+
- Source Model: [BSD-3-CLAUSE](https://github.com/pytorch/vision/blob/main/LICENSE)
|
33 |
+
|
34 |
+
- Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)
|