Skip to content

Commit f740f02

Browse files
committed
yapf
1 parent 686e2c7 commit f740f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorlayer/layers/recurrent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ def __init__(
10991099
try:
11001100
self.cell = MultiRNNCell_fn([cell_creator() for _ in range(n_layer)], state_is_tuple=True)
11011101
except Exception: # when GRU
1102-
self.cell = MultiRNNCell_fn([cell_creator() for _ in range(n_layer)])
1102+
self.cell = MultiRNNCell_fn([cell_creator() for _ in range(n_layer)])
11031103

11041104
# self.cell=cell_instance_fn() # HanSheng
11051105

0 commit comments

Comments
 (0)