Skip to content

Commit

Permalink
Add a missing line to ASR_with_NeMo.ipynb (#3908)
Browse files Browse the repository at this point in the history
Signed-off-by: J.P Lee <koreanfeel@gmail.com>
  • Loading branch information
lifefeel authored Mar 31, 2022
1 parent e58c2da commit ca8a7e0
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions tutorials/asr/ASR_with_NeMo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.7"
},
"pycharm": {
"stem_cell": {
"cell_type": "raw",
"source": [],
"metadata": {
"collapsed": false
}
}
}
},
"cells": [
Expand Down Expand Up @@ -801,6 +792,7 @@
"# Setup the test data loader and make sure the model is on GPU\n",
"first_asr_model.setup_test_data(test_data_config=params['model']['validation_ds'])\n",
"first_asr_model.cuda()\n",
"first_asr_model.eval()\n",
"\n",
"# We will be computing Word Error Rate (WER) metric between our hypothesis and predictions.\n",
"# WER is computed as numerator/denominator.\n",
Expand Down Expand Up @@ -1173,4 +1165,4 @@
"outputs": []
}
]
}
}

0 comments on commit ca8a7e0

Please sign in to comment.