Skip to content

Commit

Permalink
Internal
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689058011
  • Loading branch information
sourabh2k15 authored and copybara-github committed Oct 23, 2024
1 parent 0d2b495 commit 42d99a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init2winit/dataset_lib/imagenet_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def get_imagenet(shuffle_rng, batch_size, eval_batch_size, hps, global_step=0):
'test',
hps=hps,
image_size=image_size,
tfds_dataset_name='imagenet_v2/matched-frequency',
tfds_dataset_name='imagenet_v2/matched-frequency:3.0.0',
global_step=global_step,
)
test_ds = tfds.as_numpy(test_ds)
Expand Down

0 comments on commit 42d99a8

Please sign in to comment.