diff --git a/DeepSpeech.ipynb b/DeepSpeech.ipynb index 7494df4d..ff1f9240 100644 --- a/DeepSpeech.ipynb +++ b/DeepSpeech.ipynb @@ -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",