Spaces:
Runtime error
Runtime error
Commit
·
e8816b6
1
Parent(s):
de50ee1
Update 2e5_debug_gpt_firstframe_posmap_debugidentity_256.yaml
Browse files
2e5_debug_gpt_firstframe_posmap_debugidentity_256.yaml
CHANGED
|
@@ -2,7 +2,7 @@ save_path: saved_fixcursor_lr2e5_debug_gpt_firstframe_posmap_debugidentity_256
|
|
| 2 |
|
| 3 |
model:
|
| 4 |
base_learning_rate: 2.0e-05
|
| 5 |
-
target:
|
| 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: 256
|
| 17 |
channels: 3
|
|
@@ -20,7 +19,7 @@ model:
|
|
| 20 |
monitor: val/loss_simple_ema
|
| 21 |
|
| 22 |
unet_config:
|
| 23 |
-
target:
|
| 24 |
params:
|
| 25 |
image_size: 256
|
| 26 |
in_channels: 25
|
|
@@ -41,13 +40,13 @@ model:
|
|
| 41 |
transformer_depth: 1
|
| 42 |
context_dim: 768
|
| 43 |
first_stage_config:
|
| 44 |
-
target:
|
| 45 |
params:
|
| 46 |
embed_dim: 3
|
| 47 |
n_embed: 8192
|
| 48 |
|
| 49 |
cond_stage_config:
|
| 50 |
-
target:
|
| 51 |
params:
|
| 52 |
n_embed: 768
|
| 53 |
n_layer: 12
|
|
|
|
| 2 |
|
| 3 |
model:
|
| 4 |
base_learning_rate: 2.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: 256
|
| 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: 256
|
| 25 |
in_channels: 25
|
|
|
|
| 40 |
transformer_depth: 1
|
| 41 |
context_dim: 768
|
| 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
|