chaanks commited on
Commit
387f16a
·
verified ·
1 Parent(s): 2be33c6

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +2 -2
hyperparams.yaml CHANGED
@@ -1,7 +1,7 @@
1
  num_embeddings: 1001
2
- embedding_dim: 1024
3
 
4
- in_channels: 1024
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]]