diff --git a/_posts/2018-02-01-tensorflow-input-data.md b/_posts/2018-02-01-tensorflow-input-data.md index 358694a..e85d0ae 100644 --- a/_posts/2018-02-01-tensorflow-input-data.md +++ b/_posts/2018-02-01-tensorflow-input-data.md @@ -202,7 +202,7 @@ iterator_init_op = iterator.initializer inputs = {'images': images, 'labels': labels, 'iterator_init_op': iterator_init_op} ``` -This dictionay of inputs will be passed to the model function, which we will detail in the [next post][post-4]. +This dictionary of inputs will be passed to the model function, which we will detail in the [next post][post-4]. ## Building an image data pipeline