mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
Fixed #241
This commit is contained in:
parent
2c89063796
commit
994fc962ce
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user