Add `scale_factor` to vae config. (#2)
Browse files- Add `scale_factor` to vae config. (e06f6687153d3d12c798aa9f351d774502accbaa)
Co-authored-by: Suraj Patil <[email protected]>
- vae/config.json +1 -0
vae/config.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20 |
"layers_per_block": 2,
|
21 |
"out_channels": 3,
|
22 |
"sample_size": 512,
|
|
|
23 |
"up_block_types": [
|
24 |
"UpDecoderBlock2D",
|
25 |
"UpDecoderBlock2D",
|
|
|
20 |
"layers_per_block": 2,
|
21 |
"out_channels": 3,
|
22 |
"sample_size": 512,
|
23 |
+
"scaling_factor": 0.18215,
|
24 |
"up_block_types": [
|
25 |
"UpDecoderBlock2D",
|
26 |
"UpDecoderBlock2D",
|