Skip to content

Commit

Permalink
Internal
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693540465
  • Loading branch information
sourabh2k15 authored and copybara-github committed Nov 6, 2024
1 parent 42d99a8 commit a0d4718
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:3.0.0',
tfds_dataset_name='imagenet_v2/matched-frequency',
global_step=global_step,
)
test_ds = tfds.as_numpy(test_ds)
Expand Down

0 comments on commit a0d4718

Please sign in to comment.