Skip to content

Commit 4604b64

Browse files
committed
Workaround tensorflow#8777.
1 parent bb393d9 commit 4604b64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

research/delf/delf/python/training/build_image_dataset.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
flags.DEFINE_float('validation_split_size', 0.2,
8484
'(Optional) The size of the VALIDATION split as a fraction'
8585
'of the train dataset.')
86-
flags.DEFINE_integer('seed', 0,
87-
'(Optional) The seed to be used while shuffling the train'
88-
'dataset when generating the TRAIN and VALIDATION splits.'
89-
'Recommended for splits reproducibility purposes.')
86+
# flags.DEFINE_integer('seed', 0,
87+
# '(Optional) The seed to be used while shuffling the train'
88+
# 'dataset when generating the TRAIN and VALIDATION splits.'
89+
# 'Recommended for splits reproducibility purposes.')
9090

9191
_FILE_IDS_KEY = 'file_ids'
9292
_IMAGE_PATHS_KEY = 'image_paths'

0 commit comments

Comments
 (0)