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 3b7bdfa commit a849579Copy full SHA for a849579
returnn/tf/util/data.py
@@ -465,6 +465,7 @@ def declare_same_as(self, other):
465
# maybe we can overtake the size_placeholder now.
466
if self.same_as.dyn_size is not None and self.src_data:
467
assert isinstance(self.src_axis, int)
468
+ # TODO Is this still needed? also looks wrong
469
# Maybe it changed in the meanwhile, so check.
470
if self.src_data.get_dim_tag(self.src_axis).description == self.description:
471
self.src_data.size_placeholder[
0 commit comments