Imagenet meta file not found - while using torchbench

Hey I’m trying to work with torchbench in order to benchmark on imagent.
I’m getting an error that looks a pytorch problem and not torchbench issue.
The error is:
RuntimeError: ('Meta file not found or corrupted.', 'You can use download=True to create it.')
I dived into the source code and I couldn’t understand the why is the meta fiel, whatever it is, missing.

This is how I called torchbench:
ImageNet.benchmark(
model=model,
paper_model_name=‘FixResNeXt-101-32x48d’,
paper_arxiv_id=‘1906.06423’,
input_transform=input_transform,
data_root=“imagenet_dataset”,
batch_size=32,
num_gpu=1
)

Any idea?

1 Like

Any luck someone, I still have no clue?