Update unet/config.json
Browse files- unet/config.json +2 -1
unet/config.json
CHANGED
@@ -57,5 +57,6 @@
|
|
57 |
],
|
58 |
"update_after_step": 0,
|
59 |
"upsample_type": "conv",
|
60 |
-
"use_ema_warmup": true
|
|
|
61 |
}
|
|
|
57 |
],
|
58 |
"update_after_step": 0,
|
59 |
"upsample_type": "conv",
|
60 |
+
"use_ema_warmup": true,
|
61 |
+
"set_W_to_weight": false
|
62 |
}
|