Set `library_name` to `tf-keras`. (#3)
Browse files- Set `library_name` to `tf-keras`. (f485a00275b96b067c08d855c89f939e8bf8f906)
Co-authored-by: Lucain Pouget <[email protected]>
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
-
library_name: keras
|
|
|
3 |
tags:
|
4 |
- ObjectDetection
|
5 |
- RetinaNet
|
6 |
- ResNet50
|
7 |
- ObjectClassification
|
8 |
- Feature Pyramid Network
|
9 |
-
pipeline_tag: object-detection
|
10 |
---
|
11 |
|
12 |
## Model description
|
|
|
1 |
---
|
2 |
+
library_name: tf-keras
|
3 |
+
pipeline_tag: object-detection
|
4 |
tags:
|
5 |
- ObjectDetection
|
6 |
- RetinaNet
|
7 |
- ResNet50
|
8 |
- ObjectClassification
|
9 |
- Feature Pyramid Network
|
|
|
10 |
---
|
11 |
|
12 |
## Model description
|