Skip to content

Commit

Permalink
Update build_image_dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sushreebarsa authored Dec 30, 2023
1 parent 9a52521 commit 94bbc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research/delf/delf/python/training/build_image_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def _shuffle_by_columns(np_array, random_state):

def _build_train_and_validation_splits(image_paths, file_ids, labels,
validation_split_size, seed):
"""Create TRAIN and VALIDATION splits containg all labels in equal proportion.
"""Create TRAIN and VALIDATION splits containing all labels in equal proportion.
Args:
image_paths: list of paths to the image files in the train dataset.
Expand Down

0 comments on commit 94bbc0e

Please sign in to comment.