We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0402d4b commit 019e124Copy full SHA for 019e124
nemo_asr/run_eval_ml.py
@@ -12,7 +12,6 @@
12
from normalizer import data_utils
13
from nemo.collections.asr.models import ASRModel
14
import time
15
-import re
16
17
18
wer_metric = evaluate.load("wer")
nemo_asr/run_nemo_ml.sh
@@ -90,6 +90,6 @@ echo "========================================================"
90
91
# Evaluate results
92
RUNDIR=`pwd`
93
-cd ../normalizer && \
94
-python -c "import eval_utils; eval_utils.score_results('${RUNDIR}/results', '${MODEL_ID}')" && \
+cd ../normalizer
+python -c "import eval_utils; eval_utils.score_results('${RUNDIR}/results', '${MODEL_ID}')"
95
cd "$RUNDIR"
0 commit comments