Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
529e87c
1
Parent(s):
0ca7ea9
config_rnn_measure_latency.yaml
CHANGED
@@ -23,11 +23,10 @@ model:
|
|
23 |
target: ldm.modules.diffusionmodules.openaimodel.UNetModel
|
24 |
params:
|
25 |
image_size: [64, 48]
|
26 |
-
in_channels:
|
27 |
out_channels: 4
|
28 |
-
model_channels:
|
29 |
attention_resolutions:
|
30 |
-
- 8
|
31 |
- 4
|
32 |
- 2
|
33 |
num_res_blocks: 2
|
@@ -45,7 +44,7 @@ model:
|
|
45 |
hidden_size: 1024
|
46 |
num_layers: 1
|
47 |
dropout: 0.1
|
48 |
-
output_channels:
|
49 |
output_height: 48
|
50 |
output_width: 64
|
51 |
|
|
|
23 |
target: ldm.modules.diffusionmodules.openaimodel.UNetModel
|
24 |
params:
|
25 |
image_size: [64, 48]
|
26 |
+
in_channels: 20
|
27 |
out_channels: 4
|
28 |
+
model_channels: 256
|
29 |
attention_resolutions:
|
|
|
30 |
- 4
|
31 |
- 2
|
32 |
num_res_blocks: 2
|
|
|
44 |
hidden_size: 1024
|
45 |
num_layers: 1
|
46 |
dropout: 0.1
|
47 |
+
output_channels: 16
|
48 |
output_height: 48
|
49 |
output_width: 64
|
50 |
|