Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwa committed Sep 11, 2018
1 parent 4b0d12b commit 6bbe31c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow/python/ops/rnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6bbe31c

Please sign in to comment.