From 994fc962ceaf2b4783784aeb32641aeb510fcc73 Mon Sep 17 00:00:00 2001 From: Kelly Davis Date: Mon, 28 Nov 2016 09:00:49 +0100 Subject: [PATCH] Fixed #241 --- DeepSpeech.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",