- Change dataset folder: 
    Go to src/utils/imagenet_benchmark.py line 15 and put your path to imagenet instead of the default path

- Change run 
    We use 3 seeds to randomly choose the order of classes: 1993, 60, and 827
    Go to src/utils/imagenet_benchmark.py line 89 and change only the seed number in the name of the file 
    Go to src/<experiment-name>.py and where the method "make_imagenet_40_25_benchmark" is called change only the seed number in the file name
