Adel-Moumen
commited on
Commit
•
6492318
1
Parent(s):
beedb0f
Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -0
hyperparams.yaml
CHANGED
@@ -21,6 +21,7 @@ rnn_bidirectional: True
|
|
21 |
dnn_blocks: 1
|
22 |
dnn_neurons: 16
|
23 |
output_neurons: 1
|
|
|
24 |
|
25 |
# Feature/Model objects
|
26 |
compute_features: !new:speechbrain.lobes.features.Fbank
|
|
|
21 |
dnn_blocks: 1
|
22 |
dnn_neurons: 16
|
23 |
output_neurons: 1
|
24 |
+
device: 'cpu' # or 'cuda'
|
25 |
|
26 |
# Feature/Model objects
|
27 |
compute_features: !new:speechbrain.lobes.features.Fbank
|