File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ The `inception-resnet-v2` model is one of the Inception family of models designe
17
17
18
18
| Metric | Value |
19
19
| ------ | ------ |
20
- | Top 1 | 80.14 % |
21
- | Top 5 | 95.10 % |
20
+ | Top 1 | 77.82 % |
21
+ | Top 5 | 94.03 % |
22
22
23
23
## Input
24
24
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ models:
21
21
- name : accuracy@top1
22
22
type : accuracy
23
23
top_k : 1
24
- reference : 0.8014
24
+ reference : 0.7782
25
25
- name : accuracy@top5
26
26
type : accuracy
27
27
top_k : 5
28
- reference : 0.951
28
+ reference : 0.9403
29
29
30
30
- name : inception-resnet-v2-tf
31
31
launchers :
@@ -43,8 +43,8 @@ models:
43
43
- name : accuracy@top1
44
44
type : accuracy
45
45
top_k : 1
46
- reference : 0.8014
46
+ reference : 0.7782
47
47
- name : accuracy@top5
48
48
type : accuracy
49
49
top_k : 5
50
- reference : 0.951
50
+ reference : 0.9403
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ You can download models and convert them into Inference Engine format (\*.xml +
25
25
| Inception (GoogleNet) V2 | Caffe\* <br >TensorFlow\* | [ googlenet-v2] ( ./googlenet-v2/README.md ) <br >[ googlenet-v2-tf] ( ./googlenet-v2-tf/README.md ) | 72.024%/90.844%<br >74.084%/91.798%| 4.058 | 11.185 |
26
26
| Inception (GoogleNet) V3 | TensorFlow\* <br >PyTorch\* | [ googlenet-v3] ( ./googlenet-v3/README.md ) <br > [ googlenet-v3-pytorch] ( ./googlenet-v3-pytorch/README.md ) | 77.904%/93.808%<br >77.69%/93.7% | 11.469 | 23.817 |
27
27
| Inception (GoogleNet) V4 | TensorFlow\* | [ googlenet-v4-tf] ( ./googlenet-v4-tf/README.md ) | 80.204%/95.21% | 24.584 | 42.648 |
28
- | Inception-ResNet V2 | TensorFlow\* | [ inception-resnet-v2-tf] ( ./inception-resnet-v2-tf/README.md ) | 80.14%/95.10 % | 22.227 | 30.223 |
28
+ | Inception-ResNet V2 | TensorFlow\* | [ inception-resnet-v2-tf] ( ./inception-resnet-v2-tf/README.md ) | 77.82%/94.03 % | 22.227 | 30.223 |
29
29
| MixNet L | TensorFlow\* | [ mixnet-l] ( ./mixnet-l/README.md ) | 78.30%/93.91% | 0.565 | 7.3 |
30
30
| MobileNet V1 0.25 128 | Caffe\* | [ mobilenet-v1-0.25-128] ( ./mobilenet-v1-0.25-128/README.md ) | 40.54%/65% | 0.028 | 0.468 |
31
31
| MobileNet V1 1.0 224 | Caffe\* <br >TensorFlow\* | [ mobilenet-v1-1.0-224] ( ./mobilenet-v1-1.0-224/README.md ) <br >[ mobilenet-v1-1.0-224-tf] ( ./mobilenet-v1-1.0-224-tf/README.md ) | 69.496%/89.224%<br >71.03%/89.94% | 1.148 | 4.221 |
You can’t perform that action at this time.
0 commit comments