Update hyperparams.yaml
Browse files- hyperparams.yaml +2 -2
hyperparams.yaml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
num_embeddings:
|
| 2 |
embedding_dim: 128
|
| 3 |
|
| 4 |
in_channels: 128
|
|
@@ -9,7 +9,7 @@ resblock_kernel_sizes: [3, 7, 11]
|
|
| 9 |
upsample_kernel_sizes: [11, 8, 8, 4, 4]
|
| 10 |
upsample_initial_channel: 512
|
| 11 |
upsample_factors: [5, 4, 4, 2, 2]
|
| 12 |
-
inference_padding:
|
| 13 |
cond_channels: 0
|
| 14 |
conv_post_bias: True
|
| 15 |
|
|
|
|
| 1 |
+
num_embeddings: 101
|
| 2 |
embedding_dim: 128
|
| 3 |
|
| 4 |
in_channels: 128
|
|
|
|
| 9 |
upsample_kernel_sizes: [11, 8, 8, 4, 4]
|
| 10 |
upsample_initial_channel: 512
|
| 11 |
upsample_factors: [5, 4, 4, 2, 2]
|
| 12 |
+
inference_padding: 5
|
| 13 |
cond_channels: 0
|
| 14 |
conv_post_bias: True
|
| 15 |
|