Commit 29881fb4 authored by Neal Wu's avatar Neal Wu
Browse files

Improved the spacing on the comment

parent d86fb5fb
...@@ -147,8 +147,8 @@ class PTBModel(object): ...@@ -147,8 +147,8 @@ class PTBModel(object):
# The alternative version of the code below is: # The alternative version of the code below is:
# #
# inputs = tf.unstack(inputs, num=num_steps, axis=1) # inputs = tf.unstack(inputs, num=num_steps, axis=1)
# outputs, state = tf.contrib.rnn.static_rnn(cell, inputs, # outputs, state = tf.contrib.rnn.static_rnn(
# initial_state=self._initial_state) # cell, inputs, initial_state=self._initial_state)
outputs = [] outputs = []
state = self._initial_state state = self._initial_state
with tf.variable_scope("RNN"): with tf.variable_scope("RNN"):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment