isidentical
commited on
Commit
•
571b815
1
Parent(s):
c433fac
disable force upcast
Browse files- config.json +1 -1
config.json
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
"DownEncoderBlock2D",
|
15 |
"DownEncoderBlock2D"
|
16 |
],
|
17 |
-
"force_upcast":
|
18 |
"in_channels": 3,
|
19 |
"latent_channels": 16,
|
20 |
"latents_mean": null,
|
|
|
14 |
"DownEncoderBlock2D",
|
15 |
"DownEncoderBlock2D"
|
16 |
],
|
17 |
+
"force_upcast": false,
|
18 |
"in_channels": 3,
|
19 |
"latent_channels": 16,
|
20 |
"latents_mean": null,
|