Jack000 commited on
Commit
39ed7e6
1 Parent(s): 8504ab9

Upload kl.yaml

Browse files
Files changed (1) hide show
  1. kl.yaml +19 -0
kl.yaml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ base_learning_rate: 4.5e-6
3
+ target: ldm.models.autoencoder.AutoencoderKL
4
+ params:
5
+ monitor: "val/rec_loss"
6
+ embed_dim: 4
7
+ lossconfig:
8
+ target: torch.nn.Identity
9
+ ddconfig:
10
+ double_z: True
11
+ z_channels: 4
12
+ resolution: 256
13
+ in_channels: 3
14
+ out_ch: 3
15
+ ch: 128
16
+ ch_mult: [ 1,2,4,4 ]
17
+ num_res_blocks: 2
18
+ attn_resolutions: [ ]
19
+ dropout: 0.0