Merge pull request #242 from mozilla/issue241

Fixed #241
This commit is contained in:
Kelly Davis 2016-11-28 10:44:01 +01:00 committed by GitHub
commit 3d2df32cd5

View File

@ -1666,7 +1666,7 @@
" \n",
" # Validating the model in a fresh session\n",
" print \"Validating model...\"\n",
" result = run_set('dev', model_path=hibernation_path, query_report=False)\n",
" result = run_set('dev', model_path=hibernation_path, query_report=True)\n",
" result = print_report(\"Validation\", result)\n",
" # If there was a WER calculated, we keep it\n",
" if result is not None:\n",