Skip to content

Commit

Permalink
Workaround tensorflow#8777.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Aug 7, 2024
1 parent bb393d9 commit 4604b64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions research/delf/delf/python/training/build_image_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
flags.DEFINE_float('validation_split_size', 0.2,
'(Optional) The size of the VALIDATION split as a fraction'
'of the train dataset.')
flags.DEFINE_integer('seed', 0,
'(Optional) The seed to be used while shuffling the train'
'dataset when generating the TRAIN and VALIDATION splits.'
'Recommended for splits reproducibility purposes.')
# flags.DEFINE_integer('seed', 0,
# '(Optional) The seed to be used while shuffling the train'
# 'dataset when generating the TRAIN and VALIDATION splits.'
# 'Recommended for splits reproducibility purposes.')

_FILE_IDS_KEY = 'file_ids'
_IMAGE_PATHS_KEY = 'image_paths'
Expand Down

0 comments on commit 4604b64

Please sign in to comment.