Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
878b202
1
Parent(s):
f9b32b6
- config_rnn.yaml +4 -4
config_rnn.yaml
CHANGED
|
@@ -2,7 +2,7 @@ save_path: saved_standard_challenging_context32_nocond_cont_cont_all_cont_eval
|
|
| 2 |
|
| 3 |
model:
|
| 4 |
base_learning_rate: 8.0e-05
|
| 5 |
-
target:
|
| 6 |
params:
|
| 7 |
linear_start: 0.0015
|
| 8 |
linear_end: 0.0195
|
|
@@ -20,7 +20,7 @@ model:
|
|
| 20 |
monitor: val/loss_simple_ema
|
| 21 |
|
| 22 |
unet_config:
|
| 23 |
-
target:
|
| 24 |
params:
|
| 25 |
image_size: [64, 48]
|
| 26 |
in_channels: 8
|
|
@@ -41,7 +41,7 @@ model:
|
|
| 41 |
transformer_depth: 1
|
| 42 |
|
| 43 |
temporal_encoder_config:
|
| 44 |
-
target:
|
| 45 |
params:
|
| 46 |
input_channels: 6
|
| 47 |
hidden_size: 1024
|
|
@@ -52,7 +52,7 @@ model:
|
|
| 52 |
output_width: 64
|
| 53 |
|
| 54 |
first_stage_config:
|
| 55 |
-
target:
|
| 56 |
params:
|
| 57 |
embed_dim: 4
|
| 58 |
monitor: val/rec_loss
|
|
|
|
| 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
|
|
|
|
| 20 |
monitor: val/loss_simple_ema
|
| 21 |
|
| 22 |
unet_config:
|
| 23 |
+
target: ldm.modules.diffusionmodules.openaimodel.UNetModel
|
| 24 |
params:
|
| 25 |
image_size: [64, 48]
|
| 26 |
in_channels: 8
|
|
|
|
| 41 |
transformer_depth: 1
|
| 42 |
|
| 43 |
temporal_encoder_config:
|
| 44 |
+
target: ldm.modules.encoders.temporal_encoder.TemporalEncoder
|
| 45 |
params:
|
| 46 |
input_channels: 6
|
| 47 |
hidden_size: 1024
|
|
|
|
| 52 |
output_width: 64
|
| 53 |
|
| 54 |
first_stage_config:
|
| 55 |
+
target: ldm.models.autoencoder.AutoencoderKL
|
| 56 |
params:
|
| 57 |
embed_dim: 4
|
| 58 |
monitor: val/rec_loss
|