Skip to content

Commit

Permalink
CumConcatLayer, small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Feb 15, 2022
1 parent 5d3d0cb commit 916d70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion returnn/tf/layers/rec.py
Original file line number Diff line number Diff line change
Expand Up @@ -9287,7 +9287,7 @@ class CumConcatLayer(_ConcatInputLayer):
layer_class = "cum_concat"
recurrent = True # order matters

def __init__(self, out_spatial_dim, axis=NotSpecified, **kwargs):
def __init__(self, out_spatial_dim, axis=None, **kwargs):
"""
:param Dim out_spatial_dim:
:param Dim|None axis: to operate over. only single_step_dim supported currently, assumes to be inside rec layer
Expand Down

0 comments on commit 916d70d

Please sign in to comment.