File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
tensorflow_datasets/core/dataset_builders Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ def __init__(
159
159
hf_hub_token : Optional [str ] = None ,
160
160
hf_num_proc : Optional [int ] = None ,
161
161
tfds_num_proc : Optional [int ] = None ,
162
- disable_shuffling : bool = True ,
163
162
** config_kwargs ,
164
163
):
165
164
self ._hf_repo_id = hf_repo_id
@@ -193,7 +192,6 @@ def __init__(
193
192
self ._verification_mode = (
194
193
'no_checks' if ignore_verifications else 'all_checks'
195
194
)
196
- self ._disable_shuffling = disable_shuffling
197
195
super ().__init__ (
198
196
file_format = file_format , config = tfds_config , data_dir = data_dir
199
197
)
@@ -237,7 +235,6 @@ def _info(self) -> dataset_info_lib.DatasetInfo:
237
235
citation = self ._hf_info .citation ,
238
236
license = self ._hf_info .license ,
239
237
supervised_keys = _extract_supervised_keys (self ._hf_info ),
240
- disable_shuffling = self ._disable_shuffling ,
241
238
)
242
239
243
240
def _split_generators (
You can’t perform that action at this time.
0 commit comments