neggles commited on
Commit
f9c4833
1 Parent(s): 0f11131

add kl-f16

Browse files
Files changed (2) hide show
  1. kl-f16/config.yaml +44 -0
  2. kl-f16/model.ckpt +3 -0
kl-f16/config.yaml ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ base_learning_rate: 4.5e-06
3
+ target: ldm.models.autoencoder.AutoencoderKL
4
+ params:
5
+ monitor: val/rec_loss
6
+ embed_dim: 16
7
+ lossconfig:
8
+ target: ldm.modules.losses.LPIPSWithDiscriminator
9
+ params:
10
+ disc_start: 50001
11
+ kl_weight: 1.0e-06
12
+ disc_weight: 0.5
13
+ ddconfig:
14
+ double_z: true
15
+ z_channels: 16
16
+ resolution: 256
17
+ in_channels: 3
18
+ out_ch: 3
19
+ ch: 128
20
+ ch_mult:
21
+ - 1
22
+ - 1
23
+ - 2
24
+ - 2
25
+ - 4
26
+ num_res_blocks: 2
27
+ attn_resolutions:
28
+ - 16
29
+ dropout: 0.0
30
+ data:
31
+ target: main.DataModuleFromConfig
32
+ params:
33
+ batch_size: 6
34
+ wrap: true
35
+ train:
36
+ target: ldm.data.openimages.FullOpenImagesTrain
37
+ params:
38
+ size: 384
39
+ crop_size: 256
40
+ validation:
41
+ target: ldm.data.openimages.FullOpenImagesValidation
42
+ params:
43
+ size: 384
44
+ crop_size: 256
kl-f16/model.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:800019757fb0942448c7bcc955cb60744a349cdc986e0879564b0a1fbe65f835
3
+ size 927775203