Commit 
							
							·
						
						7bc2e3c
	
1
								Parent(s):
							
							3857c45
								
correct vae config
Browse files- vae/config.json +1 -0
    	
        vae/config.json
    CHANGED
    
    | @@ -19,6 +19,7 @@ | |
| 19 | 
             
              "layers_per_block": 2,
         | 
| 20 | 
             
              "out_channels": 3,
         | 
| 21 | 
             
              "sample_size": 512,
         | 
|  | |
| 22 | 
             
              "up_block_types": [
         | 
| 23 | 
             
                "UpDecoderBlock2D",
         | 
| 24 | 
             
                "UpDecoderBlock2D",
         | 
|  | |
| 19 | 
             
              "layers_per_block": 2,
         | 
| 20 | 
             
              "out_channels": 3,
         | 
| 21 | 
             
              "sample_size": 512,
         | 
| 22 | 
            +
              "scaling_factor": 0.18215,
         | 
| 23 | 
             
              "up_block_types": [
         | 
| 24 | 
             
                "UpDecoderBlock2D",
         | 
| 25 | 
             
                "UpDecoderBlock2D",
         | 

