Commit
•
130d438
1
Parent(s):
9276798
Fix Accuracy Typo (#1)
Browse files- Fix Accuracy Typo (b0e244c421bc3218287f8a3703192adde57dae79)
Co-authored-by: Matt Hyatt <[email protected]>
README.md
CHANGED
@@ -20,8 +20,8 @@ model-index:
|
|
20 |
name: "Cifar100"
|
21 |
type: cifar100
|
22 |
metrics:
|
23 |
-
- name: Accuracy
|
24 |
-
type: accuracy
|
25 |
value: 0.9148
|
26 |
---
|
27 |
|
|
|
20 |
name: "Cifar100"
|
21 |
type: cifar100
|
22 |
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
value: 0.9148
|
26 |
---
|
27 |
|