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

 
		