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 6d26350 commit 0a83cddCopy full SHA for 0a83cdd
nn/rec.py
@@ -35,4 +35,5 @@ def make_layer_dict(
35
self, source: nn.LayerRef, *, state: nn.LayerState) -> nn.LayerDictRaw:
36
"""make layer"""
37
# TODO specify per-step, how? this should also work without rec loop, when there is no time dim.
38
+ # https://github.com/rwth-i6/returnn/issues/847
39
return super().make_layer_dict(source, state=state, axis=None)
0 commit comments