Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoLegends committed Jan 10, 2025
1 parent ab4fee7 commit 9e4f461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions returnn/datasets/postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ def _iterate_dataset(self) -> Iterator[TensorDict]:
except NotImplementedError:
# In case we cannot obtain a proper value for `epoch_continuous`, we
# pass a dummy value (-1). We do this instead of passing no value to
# be able to lint against accidentally dropping it from the tensor
# dicts, which may be undesired behavior.
# be able to lint against dropping it from the tensor dicts, which
# might have been undesired behavior.
#
# Once the postprocessing dataset receives the dummy value back, it
# removes it from the downstream data.
Expand Down

0 comments on commit 9e4f461

Please sign in to comment.