Skip to content

Commit daed996

Browse files
Ahmed Khaledcopybara-github
authored andcommitted
internal
PiperOrigin-RevId: 872043355
1 parent 8d9c777 commit daed996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init2winit/dataset_lib/criteo_terabyte_dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ def criteo_tsv_reader(
142142
ds = ds.repeat()
143143
ds = ds.interleave(
144144
tf.data.TextLineDataset,
145-
cycle_length=128,
145+
cycle_length=64,
146146
block_length=batch_size // 8,
147-
num_parallel_calls=128,
147+
num_parallel_calls=64,
148148
deterministic=False)
149149
if is_training:
150150
ds = ds.shuffle(buffer_size=524_288 * 100, seed=data_shuffle_seed)

0 commit comments

Comments
 (0)