appledora commited on
Commit
13d73b2
1 Parent(s): bcd144a

Create evaluation.sh

Browse files
Files changed (1) hide show
  1. evaluation.sh +6 -0
evaluation.sh ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ export HYDRA_FULL_ERROR=1
2
+ python3 [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py \
3
+ model_path="<PRETRAINED MODEL PATH>" \
4
+ dataset_manifest="<TEST MANIFEST JSON>" \
5
+ output_filename=test_with_predictions.json \
6
+ batch_size=1