Skip to content

Commit e3c3d4d

Browse files
committed
eval fix
Signed-off-by: nithinraok <[email protected]>
1 parent a9b2e8b commit e3c3d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo_asr/run_nemo_ml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ echo "========================================================"
9191
RUNDIR=`pwd`
9292
cd ../normalizer && \
9393
python -c "import eval_utils; eval_utils.score_results('${RUNDIR}/results', '${MODEL_ID}')" && \
94-
cd $RUNDIR
94+
cd "$RUNDIR"

0 commit comments

Comments
 (0)