Skip to content

Commit 019e124

Browse files
committed
minor fix
Signed-off-by: nithinraok <[email protected]>
1 parent 0402d4b commit 019e124

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

nemo_asr/run_eval_ml.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from normalizer import data_utils
1313
from nemo.collections.asr.models import ASRModel
1414
import time
15-
import re
1615

1716

1817
wer_metric = evaluate.load("wer")

nemo_asr/run_nemo_ml.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ echo "========================================================"
9090

9191
# Evaluate results
9292
RUNDIR=`pwd`
93-
cd ../normalizer && \
94-
python -c "import eval_utils; eval_utils.score_results('${RUNDIR}/results', '${MODEL_ID}')" && \
93+
cd ../normalizer
94+
python -c "import eval_utils; eval_utils.score_results('${RUNDIR}/results', '${MODEL_ID}')"
9595
cd "$RUNDIR"

0 commit comments

Comments
 (0)