From 6bbe31c5f5d42f646cb5080d955e9ee91bdb6d93 Mon Sep 17 00:00:00 2001 From: pengwa Date: Tue, 11 Sep 2018 09:05:12 +0800 Subject: [PATCH] fix typos --- tensorflow/python/ops/rnn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/python/ops/rnn.py b/tensorflow/python/ops/rnn.py index dcc17db632d5f4..5a3a5cc225bc60 100644 --- a/tensorflow/python/ops/rnn.py +++ b/tensorflow/python/ops/rnn.py @@ -710,9 +710,9 @@ def _dynamic_rnn_loop(cell, ValueError: If the input depth cannot be inferred via shape inference from the inputs. ValueError: If time_step is not the same for all the elements in the - input. + inputs. ValueError: If batch_size is not the same for all the elements in the - input. + inputs. """ state = initial_state assert isinstance(parallel_iterations, int), "parallel_iterations must be int"