Set `library_name` to `tf-keras`. (#2)
Browse files- Set `library_name` to `tf-keras`. (186858a36bff483a5b32d48a4a8bdaca2b780521)
Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,32 +1,27 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 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 |
## Image-Classification-using-EANet with Keras
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
library_name: tf-keras
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
tags:
|
|
|
|
| 9 |
- tensorflow
|
| 10 |
- image-classification
|
|
|
|
|
|
|
| 11 |
libraries: TensorBoard
|
|
|
|
|
|
|
|
|
|
| 12 |
model-index:
|
| 13 |
- name: Image-Classification-using-EANet
|
| 14 |
results:
|
| 15 |
+
- task:
|
| 16 |
type: Image-Classification-using-EANet
|
| 17 |
dataset:
|
|
|
|
| 18 |
name: CIFAR100
|
| 19 |
+
type: Image
|
| 20 |
metrics:
|
| 21 |
- type: accuracy
|
| 22 |
value: []
|
| 23 |
- type: validation loss
|
| 24 |
+
value: []
|
| 25 |
---
|
| 26 |
|
| 27 |
## Image-Classification-using-EANet with Keras
|