Hello,
I tried to run run_inference.py, after setting task = "imagenet" in the config file.
The script failed during initialization due to a non-existing data-set file.
Error message: No such file or directory: '../data/datasets/imagenet/x_val_MLperfRN50_1000.npy'.
I checked the submodule cross-sim-data and could not locate the file.
I noticed that many other files referenced in applications/dnn/dataset_loaders.py are also missing.
Can you please make the required npy files available in the submodule(s) or provide instructions on generating them?
Thanks and regards,
-José