We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb393d9 commit 4604b64Copy full SHA for 4604b64
research/delf/delf/python/training/build_image_dataset.py
@@ -83,10 +83,10 @@
83
flags.DEFINE_float('validation_split_size', 0.2,
84
'(Optional) The size of the VALIDATION split as a fraction'
85
'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.')
+# 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.')
90
91
_FILE_IDS_KEY = 'file_ids'
92
_IMAGE_PATHS_KEY = 'image_paths'
0 commit comments