Skip to content

Commit

Permalink
Remvoe debug print from detshuffle2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Jun 13, 2022
1 parent 03dac1a commit e390448
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/training/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ def run(self, src):
else:
seed = self.seed + epoch
rng.seed(seed)
print(f'detshuffle epoch: {epoch}, seed: {seed}') # FIXME temporary debug print
return _shuffle(src, self.bufsize, self.initial, rng)


Expand Down

0 comments on commit e390448

Please sign in to comment.