jlbaker361
commited on
Commit
•
3b079f1
1
Parent(s):
6080604
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
{}
|
3 |
+
---
|
4 |
+
|
5 |
+
Creative Adversarial Network
|
6 |
+
|
7 |
+
epochs: 100
|
8 |
+
dataset jlbaker361/wikiart
|
9 |
+
n classes 27
|
10 |
+
batch_size 64
|
11 |
+
images where resized to 768
|
12 |
+
and then center cropped to: 64
|
13 |
+
used clip=False
|
14 |
+
conditional =False
|
15 |
+
|
16 |
+
discriminator parameters:
|
17 |
+
init_dim: 32
|
18 |
+
final_dim 512
|
19 |
+
|
20 |
+
generator parameters:
|
21 |
+
input noise_dim: 100
|
22 |
+
wandb project: https://wandb.ai/jlbaker361/creativity-gan/runs/ve86nzd8
|
23 |
+
|