Spaces:
Runtime error
Runtime error
Commit
·
79a7f1b
1
Parent(s):
7ce90f2
Fix tcn dilation growth
Browse files- cfg/model/tcn.yaml +1 -1
cfg/model/tcn.yaml
CHANGED
@@ -16,7 +16,7 @@ model:
|
|
16 |
channel_width: 32
|
17 |
kernel_size: 7
|
18 |
stack_size: 10
|
19 |
-
dilation_growth:
|
20 |
condition: False
|
21 |
latent_dim: 2
|
22 |
norm_type: "identity"
|
|
|
16 |
channel_width: 32
|
17 |
kernel_size: 7
|
18 |
stack_size: 10
|
19 |
+
dilation_growth: 2
|
20 |
condition: False
|
21 |
latent_dim: 2
|
22 |
norm_type: "identity"
|