speechbrainteam
commited on
Commit
•
bb6bec2
1
Parent(s):
8d0fa5b
Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -1
hyperparams.yaml
CHANGED
@@ -41,7 +41,7 @@ ctc_weight_decode: 0.40
|
|
41 |
############################## models ################################
|
42 |
|
43 |
CNN: !new:speechbrain.lobes.models.convolution.ConvolutionFrontEnd
|
44 |
-
input_shape: (8, 10,
|
45 |
num_blocks: 2
|
46 |
num_layers_per_block: 1
|
47 |
out_channels: (64, 32)
|
|
|
41 |
############################## models ################################
|
42 |
|
43 |
CNN: !new:speechbrain.lobes.models.convolution.ConvolutionFrontEnd
|
44 |
+
input_shape: (8, 10, 40)
|
45 |
num_blocks: 2
|
46 |
num_layers_per_block: 1
|
47 |
out_channels: (64, 32)
|