qc903113684 commited on
Commit
b48affc
·
verified ·
1 Parent(s): 49d4dbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -5
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
+ ![](https://aiot.aidlux.com/_next/image?url=%2Fapi%2Fv1%2Ffiles%2Fmodel%2Fcover%2F%25E5%259B%25BE-2.png&w=640&q=75)
8
+
9
+ ## GoogLeNet: Image Classification
10
+
11
+ GoogLeNet is a convolutional neural network model introduced by Google in 2014, famous for its Inception architecture. It won the ImageNet Large Scale Visual Recognition Challenge (ILSVRC 2014). The core of GoogLeNet is the Inception module, which performs multiple convolutions and pooling operations in parallel at the same layer, capturing multi-scale features of images while reducing the number of parameters and computational complexity. Compared to traditional convolutional neural networks, GoogLeNet has greater depth but achieves higher computational efficiency due to its modular design. Consisting of 22 layers with several Inception modules, GoogLeNet is widely used in tasks like image classification and object detection.
12
+
13
+ ### Source model
14
+
15
+ - Input shape: 224x224
16
+ - Number of parameters: 6.31M
17
+ - Model size: 25.29M
18
+ - Output shape: 1x1000
19
+
20
+ Source model repository: [GoogLeNet](https://github.com/pytorch/vision/blob/main/torchvision/models/googlenet.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)