ostris commited on
Commit
77878ec
1 Parent(s): b65fb59

Adjusted scale factor

Browse files

The 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

Files changed (1) hide show
  1. 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.24447420268654824,
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",