Skip to content

Commit 0a83cdd

Browse files
committed
1 parent 6d26350 commit 0a83cdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nn/rec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ def make_layer_dict(
3535
self, source: nn.LayerRef, *, state: nn.LayerState) -> nn.LayerDictRaw:
3636
"""make layer"""
3737
# 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
3839
return super().make_layer_dict(source, state=state, axis=None)

0 commit comments

Comments
 (0)