isidentical
commited on
Commit
•
c143c56
1
Parent(s):
7a17633
Create config.json
Browse files- config.json +12 -0
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"style_network": {
|
3 |
+
"dim_in": 128,
|
4 |
+
"dim_out": 512,
|
5 |
+
"depth": 4
|
6 |
+
},
|
7 |
+
"dim": 64,
|
8 |
+
"image_size": 256,
|
9 |
+
"input_image_size": 64,
|
10 |
+
"unconditional": True,
|
11 |
+
"skip_connect_scale": 0.4
|
12 |
+
}
|