yuntian-deng commited on
Commit
12a5f20
·
1 Parent(s): 0ebb58c

Update config_identity.yaml

Browse files
Files changed (1) hide show
  1. config_identity.yaml +4 -4
config_identity.yaml CHANGED
@@ -1,6 +1,6 @@
1
  model:
2
  base_learning_rate: 2.0e-05
3
- target: latent_diffusion.ldm.models.diffusion.ddpm.LatentDiffusion
4
  params:
5
  linear_start: 0.0015
6
  linear_end: 0.0195
@@ -18,7 +18,7 @@ model:
18
  monitor: val/loss_simple_ema
19
 
20
  unet_config:
21
- target: latent_diffusion.ldm.modules.diffusionmodules.openaimodel.UNetModel
22
  params:
23
  image_size: 256
24
  in_channels: 24
@@ -40,13 +40,13 @@ model:
40
  context_dim: 768
41
 
42
  first_stage_config:
43
- target: latent_diffusion.ldm.models.autoencoder.IdentityFirstStage
44
  params:
45
  embed_dim: 3
46
  n_embed: 8192
47
 
48
  cond_stage_config:
49
- target: latent_diffusion.ldm.modules.encoders.modules.GPTEmbedder
50
  params:
51
  n_embed: 768
52
  n_layer: 12
 
1
  model:
2
  base_learning_rate: 2.0e-05
3
+ target: ldm.models.diffusion.ddpm.LatentDiffusion
4
  params:
5
  linear_start: 0.0015
6
  linear_end: 0.0195
 
18
  monitor: val/loss_simple_ema
19
 
20
  unet_config:
21
+ target: ldm.modules.diffusionmodules.openaimodel.UNetModel
22
  params:
23
  image_size: 256
24
  in_channels: 24
 
40
  context_dim: 768
41
 
42
  first_stage_config:
43
+ target: ldm.models.autoencoder.IdentityFirstStage
44
  params:
45
  embed_dim: 3
46
  n_embed: 8192
47
 
48
  cond_stage_config:
49
+ target: ldm.modules.encoders.modules.GPTEmbedder
50
  params:
51
  n_embed: 768
52
  n_layer: 12