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 |
+
## Inception-v3: Image Classification
|
10 |
+
|
11 |
+
Inception-v3 is the third version of the Inception series proposed by Google, known for its efficiency in convolutional neural networks and widely used for image classification tasks. The key idea behind Inception-v3 is its modular design, where multiple convolution filters of different sizes run in parallel, enabling the extraction of multi-scale features to improve the network’s representational power. The model incorporates techniques like batch normalization, factorized convolutions, and auxiliary classifiers, which reduce computational complexity while enhancing stability and accuracy. Inception-v3 has demonstrated outstanding performance on the ImageNet classification task, making it a key benchmark in deep learning.
|
12 |
+
|
13 |
+
### Source model
|
14 |
+
|
15 |
+
- Input shape: 299x299
|
16 |
+
- Number of paramaters: 25.9M
|
17 |
+
- Model size: 90.9M
|
18 |
+
- Output shape: 1x1000
|
19 |
+
|
20 |
+
Source model repository: [Inception-v3](https://github.com/pytorch/vision/blob/main/torchvision/models/inception.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)
|