Skip to content

Commit 1993356

Browse files
committed
format fix for recurrent
1 parent c35128a commit 1993356

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tensorlayer/layers/recurrent.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ class SimpleRNN(RNN):
271271
-----
272272
Input dimension should be rank 3 : [batch_size, n_steps, n_features], if no, please see layer :class:`Reshape`.
273273
274-
275274
"""
276275

277276
def __init__(
@@ -345,7 +344,6 @@ class GRURNN(RNN):
345344
-----
346345
Input dimension should be rank 3 : [batch_size, n_steps, n_features], if no, please see layer :class:`Reshape`.
347346
348-
349347
"""
350348

351349
def __init__(
@@ -419,7 +417,6 @@ class LSTMRNN(RNN):
419417
-----
420418
Input dimension should be rank 3 : [batch_size, n_steps, n_features], if no, please see layer :class:`Reshape`.
421419
422-
423420
"""
424421

425422
def __init__(

0 commit comments

Comments
 (0)