Set `library_name` to `tf-keras`. (#2)
Browse files- Set `library_name` to `tf-keras`. (9009a9e760287f97472cac3f0fc706a0b9e69116)
Co-authored-by: Lucain Pouget <[email protected]>
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- computer-vision
|
4 |
- video-classification
|
5 |
-
library_name: keras
|
6 |
---
|
7 |
# 🎬 Video Classification with a CNN-RNN Architecture
|
8 |
|
|
|
1 |
---
|
2 |
+
library_name: tf-keras
|
3 |
tags:
|
4 |
- computer-vision
|
5 |
- video-classification
|
|
|
6 |
---
|
7 |
# 🎬 Video Classification with a CNN-RNN Architecture
|
8 |
|