Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
dataset: https://github.com/cs-chan/ArtGAN/tree/master/WikiArt%20Dataset
|
| 2 |
trained on the official projected gan github code - you can check out the hfspace to see how to use it to generate images
|
| 3 |
fun stuff
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
+
tags:
|
| 4 |
+
- gan
|
| 5 |
+
- dcgan
|
| 6 |
+
- projected-gan
|
| 7 |
+
- huggan
|
| 8 |
+
- unconditional-image-generation
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
dataset: https://github.com/cs-chan/ArtGAN/tree/master/WikiArt%20Dataset
|
| 12 |
trained on the official projected gan github code - you can check out the hfspace to see how to use it to generate images
|
| 13 |
fun stuff
|