HelloJimCool
commited on
Commit
•
d1f1e41
1
Parent(s):
a7dc60d
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
|
5 |
+
thumbnail:
|
6 |
+
|
7 |
+
tags:
|
8 |
+
- keras
|
9 |
+
- tensorflow
|
10 |
+
- image-classification
|
11 |
+
|
12 |
+
library_name: generic
|
13 |
+
libraries: TensorBoard
|
14 |
license: apache-2.0
|
15 |
+
metrics:
|
16 |
+
- accuracy
|
17 |
+
model-index:
|
18 |
+
- name: Image-Classification-using-EANet
|
19 |
+
results:
|
20 |
+
- task:
|
21 |
+
type: Image-Classification-using-EANet
|
22 |
+
dataset:
|
23 |
+
type: Image
|
24 |
+
name: CIFAR100
|
25 |
+
metrics:
|
26 |
+
- type: accuracy
|
27 |
+
value: []
|
28 |
+
- type: validation loss
|
29 |
+
value: []
|
30 |
---
|
31 |
+
|
32 |
+
## Test with Keras
|
33 |
+
|
34 |
+
I am Jim
|