File size: 227 Bytes
13d73b2 |
1 2 3 4 5 6 |
export HYDRA_FULL_ERROR=1
python3 [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py \
model_path="<PRETRAINED MODEL PATH>" \
dataset_manifest="<TEST MANIFEST JSON>" \
output_filename=test_with_predictions.json \
batch_size=1 |