Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed May 13, 2017
1 parent 79ffaa8 commit 443feea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self, shape, filters, kernel, initializer=None, forget_bias=1.0, ac
self._size = tf.TensorShape(shape + [self._filters])
self._normalize = normalize
self._feature_axis = self._size.ndims

@property
def state_size(self):
return tf.contrib.rnn.LSTMStateTuple(self._size, self._size)
Expand Down

0 comments on commit 443feea

Please sign in to comment.