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

