update name
Browse filesupdated the name
README.md
CHANGED
|
@@ -1,31 +1,30 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: litert
|
| 3 |
pipeline_tag: image-classification
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
datasets:
|
| 10 |
-
|
| 11 |
model-index:
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
---
|
| 30 |
|
| 31 |
# VGG11
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
pipeline_tag: image-classification
|
| 3 |
tags:
|
| 4 |
+
- vision
|
| 5 |
+
- image-classification
|
| 6 |
+
- google
|
| 7 |
+
- computer-vision
|
| 8 |
datasets:
|
| 9 |
+
- imagenet-1k
|
| 10 |
model-index:
|
| 11 |
+
- name: litert-community/vgg11
|
| 12 |
+
results:
|
| 13 |
+
- task:
|
| 14 |
+
type: image-classification
|
| 15 |
+
name: Image Classification
|
| 16 |
+
dataset:
|
| 17 |
+
name: ImageNet-1k
|
| 18 |
+
type: imagenet-1k
|
| 19 |
+
config: default
|
| 20 |
+
split: validation
|
| 21 |
+
metrics:
|
| 22 |
+
- name: Top 1 Accuracy (Full Precision)
|
| 23 |
+
type: accuracy
|
| 24 |
+
value: 0.6897
|
| 25 |
+
- name: Top 5 Accuracy (Full Precision)
|
| 26 |
+
type: accuracy
|
| 27 |
+
value: 0.8865
|
| 28 |
---
|
| 29 |
|
| 30 |
# VGG11
|