We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9648b4c commit 1f356f0Copy full SHA for 1f356f0
returnn/tf/layers/rec.py
@@ -147,7 +147,7 @@ def __init__(self,
147
self._initial_state_deps = [layer for layer in nest.flatten(initial_state) if isinstance(layer, LayerBase)]
148
self._input_projection = input_projection
149
self._max_seq_len = max_seq_len
150
- self._output_time_dim_tag = _time_dim_tag
+ self.time_dim_tag = _time_dim_tag
151
self.include_eos = include_eos
152
if optimize_move_layers_out is None:
153
optimize_move_layers_out = self.network.get_config().bool("optimize_move_layers_out", True)
0 commit comments