Adjusted scale factor
Browse filesThe initial scale factor was calculated from just a few images. 0.24447420268654824 . The new scale factor was calculated over a much larger image set, so it is likely more accurate. 0.2614
- config.json +1 -1
config.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
"norm_num_groups": 32,
|
24 |
"out_channels": 3,
|
25 |
"sample_size": 512,
|
26 |
-
"scaling_factor": 0.
|
27 |
"shift_factor": null,
|
28 |
"up_block_types": [
|
29 |
"UpDecoderBlock2D",
|
|
|
23 |
"norm_num_groups": 32,
|
24 |
"out_channels": 3,
|
25 |
"sample_size": 512,
|
26 |
+
"scaling_factor": 0.2614,
|
27 |
"shift_factor": null,
|
28 |
"up_block_types": [
|
29 |
"UpDecoderBlock2D",
|