Update hyperparams.yaml
Browse files- hyperparams.yaml +2 -2
hyperparams.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
num_embeddings: 1001
|
2 |
-
embedding_dim:
|
3 |
|
4 |
-
in_channels:
|
5 |
out_channels: 1
|
6 |
resblock_type: "1"
|
7 |
resblock_dilation_sizes: [[1, 3, 5], [1, 3, 5], [1, 3, 5]]
|
|
|
1 |
num_embeddings: 1001
|
2 |
+
embedding_dim: 128
|
3 |
|
4 |
+
in_channels: 128
|
5 |
out_channels: 1
|
6 |
resblock_type: "1"
|
7 |
resblock_dilation_sizes: [[1, 3, 5], [1, 3, 5], [1, 3, 5]]
|