This commit is contained in:
Kelly Davis 2016-11-28 09:00:49 +01:00
parent 2c89063796
commit 994fc962ce

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",