Update README.md
Browse files
README.md
CHANGED
@@ -74,11 +74,11 @@ asr_model = nemo_asr.models.EncDecFrameClassificationModel.from_pretrained(model
|
|
74 |
python <NEMO_ROOT>/examples/asr/speech_classification/frame_vad_infer.py \
|
75 |
--config-path="../conf/vad" \
|
76 |
--config-name="frame_vad_infer_postprocess.yaml" \
|
77 |
-
vad.model_path=<Path to .nemo file from which model should be instantiated> \
|
78 |
-
|
79 |
prepare_manifest.auto_split=True \
|
80 |
prepare_manifest.split_duration=7200 \
|
81 |
-
|
82 |
out_manifest_filepath=<Path of output manifest file>
|
83 |
```
|
84 |
|
|
|
74 |
python <NEMO_ROOT>/examples/asr/speech_classification/frame_vad_infer.py \
|
75 |
--config-path="../conf/vad" \
|
76 |
--config-name="frame_vad_infer_postprocess.yaml" \
|
77 |
+
vad.model_path=<Path to .nemo file from which model should be instantiated> \
|
78 |
+
vad.parameters.shift_length_in_sec=0.02 \
|
79 |
prepare_manifest.auto_split=True \
|
80 |
prepare_manifest.split_duration=7200 \
|
81 |
+
input_manifest=<Path of manifest file of evaluation data, where audio files should have unique names> \
|
82 |
out_manifest_filepath=<Path of output manifest file>
|
83 |
```
|
84 |
|