Create config.json
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"learning_rate": 0.0005,
|
| 3 |
+
"b_up_factor": 3.0,
|
| 4 |
+
"create_masks": true,
|
| 5 |
+
"iter_multiplier": 1.0,
|
| 6 |
+
"steps": 1000,
|
| 7 |
+
"is_style": false,
|
| 8 |
+
"rank": 16
|
| 9 |
+
}
|