Skip to content

Commit

Permalink
Fix tries counter
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Jan 25, 2024
1 parent d4fc8d8 commit d47cd9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def _determine_node_id_to_indices_if_needed(self) -> None: # pylint: disable=R0
f"distribution will be repeated. Note: It is not a desired "
f"behavior. It is recommended to adjust the alpha or "
f"min_partition_size instead.")
sampling_try += 1

# Shuffle the indices not to have the datasets with targets in sequences like
# [00000, 11111, ...]) if the shuffle is True
Expand Down

0 comments on commit d47cd9f

Please sign in to comment.