Skip to content

Commit

Permalink
ReduceOutLayer, fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Mar 3, 2022
1 parent 87a5e8a commit 921cfef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion returnn/tf/layers/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -6001,7 +6001,6 @@ def get_out_data_from_opts(cls, num_pieces, sources, name, out_dim=None, **kwarg
assert out.have_feature_axis()
assert not out.sparse
assert out.dim % num_pieces == 0
dim = out.dim // num_pieces
out_dim_ = out.feature_dim_or_sparse_dim // num_pieces
if out_dim:
out_dim_.declare_same_as(out_dim)
Expand Down

0 comments on commit 921cfef

Please sign in to comment.