speechbrain
PyTorch
English
VAD
SAD
Voice Activity Detection
Speech Activity Detection
Speaker Diarization
CRDNN
LibriSpeech
LibryParty
Instructions to use speechbrain/vad-crdnn-libriparty with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/vad-crdnn-libriparty with speechbrain:
# interface in config.json invalid
- Notebooks
- Google Colab
- Kaggle
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
|