Set `library_name` to `tf-keras`.
#1
by
Wauplin
HF staff
- opened
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
library_name: keras
|
4 |
-
tags:
|
5 |
-
- dcgan
|
6 |
datasets:
|
7 |
- anime-faces
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
## Model description
|
10 |
Anime face discriminator model using [TensorFlow DCGAN example](https://www.tensorflow.org/tutorials/generative/dcgan).
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
datasets:
|
3 |
- anime-faces
|
4 |
+
library_name: tf-keras
|
5 |
+
license: apache-2.0
|
6 |
+
tags:
|
7 |
+
- dcgan
|
8 |
---
|
9 |
## Model description
|
10 |
Anime face discriminator model using [TensorFlow DCGAN example](https://www.tensorflow.org/tutorials/generative/dcgan).
|