From c6adf27a86a9272dcc515f21b37d737a12e54ba4 Mon Sep 17 00:00:00 2001 From: Kelly Davis Date: Fri, 14 Oct 2016 08:00:10 -0400 Subject: [PATCH] Fixed #54 --- DeepSpeech.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepSpeech.ipynb b/DeepSpeech.ipynb index 68db06e2..10680d60 100644 --- a/DeepSpeech.ipynb +++ b/DeepSpeech.ipynb @@ -1372,7 +1372,7 @@ " 'n_cell_dim': n_cell_dim, \\\n", " 'n_character': n_character, \\\n", " 'total_batches_train': ted_lium.train.total_batches, \\\n", - " 'total_batches_validation': ted_lium.validation.total_batches, \\\n", + " 'total_batches_validation': ted_lium.dev.total_batches, \\\n", " 'total_batches_test': ted_lium.test.total_batches \\\n", " }, \\\n", " 'results': { \\\n",