Skip to content

Commit aeb0fb0

Browse files
committed
comment outdated classes
1 parent 2e34583 commit aeb0fb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorlayer/layers/recurrent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ def forward(self, inputs, fw_initial_state=None, bw_initial_state=None, **kwargs
758758
return outputs
759759

760760

761+
'''
761762
class ConvRNNCell(object):
762763
"""Abstract object representing an Convolutional RNN Cell."""
763764
@@ -1071,6 +1072,7 @@ def __init__(
10711072
self._add_layers(self.outputs)
10721073
self._add_params(rnn_variables)
10731074
1075+
'''
10741076

10751077
# @tf.function
10761078
def retrieve_seq_length_op(data):

0 commit comments

Comments
 (0)