yuntian-deng commited on
Commit
b6d2a31
·
1 Parent(s): 8a16fb0

Update pssearch_bsz64_acc1_lr8e5_512_leftclick_histpos_512_384.yaml

Browse files
pssearch_bsz64_acc1_lr8e5_512_leftclick_histpos_512_384.yaml CHANGED
@@ -2,7 +2,7 @@ save_path: saved_bsz64_acc1_lr8e5_512_leftclick_histpos_512_384_cont2
2
 
3
  model:
4
  base_learning_rate: 8.0e-05
5
- target: latent_diffusion.ldm.models.diffusion.ddpm.LatentDiffusion
6
  params:
7
  linear_start: 0.0015
8
  linear_end: 0.0195
@@ -11,7 +11,6 @@ model:
11
  timesteps: 1000
12
  first_stage_key: image
13
  cond_stage_key: action_
14
- scheduler_sampling_rate: 0.0
15
  hybrid_key: c_concat
16
  image_size: [64, 48]
17
  channels: 3
@@ -20,7 +19,7 @@ model:
20
  monitor: val/loss_simple_ema
21
 
22
  unet_config:
23
- target: latent_diffusion.ldm.modules.diffusionmodules.openaimodel.UNetModel
24
  params:
25
  image_size: [64, 48]
26
  in_channels: 41
@@ -41,7 +40,7 @@ model:
41
  transformer_depth: 1
42
  context_dim: 768
43
  first_stage_config:
44
- target: latent_diffusion.ldm.models.autoencoder.AutoencoderKL
45
  params:
46
  embed_dim: 4
47
  monitor: val/rec_loss
@@ -64,7 +63,7 @@ model:
64
  target: torch.nn.Identity
65
 
66
  cond_stage_config:
67
- target: latent_diffusion.ldm.modules.encoders.modules.GPTEmbedder
68
  params:
69
  n_embed: 768
70
  n_layer: 12
 
2
 
3
  model:
4
  base_learning_rate: 8.0e-05
5
+ target: ldm.models.diffusion.ddpm.LatentDiffusion
6
  params:
7
  linear_start: 0.0015
8
  linear_end: 0.0195
 
11
  timesteps: 1000
12
  first_stage_key: image
13
  cond_stage_key: action_
 
14
  hybrid_key: c_concat
15
  image_size: [64, 48]
16
  channels: 3
 
19
  monitor: val/loss_simple_ema
20
 
21
  unet_config:
22
+ target: ldm.modules.diffusionmodules.openaimodel.UNetModel
23
  params:
24
  image_size: [64, 48]
25
  in_channels: 41
 
40
  transformer_depth: 1
41
  context_dim: 768
42
  first_stage_config:
43
+ target: ldm.models.autoencoder.AutoencoderKL
44
  params:
45
  embed_dim: 4
46
  monitor: val/rec_loss
 
63
  target: torch.nn.Identity
64
 
65
  cond_stage_config:
66
+ target: ldm.modules.encoders.modules.GPTEmbedder
67
  params:
68
  n_embed: 768
69
  n_layer: 12