I want to know how to reproduce the result of ImageNet-R, ImageNet-S and ImageNet-A in table2. It seems there is no yaml file
By the way, I ran on imagenetv2 with python main.py --dataset_name imagenetv2 --num_workers 6 --seed 1, but the result was like below.
ours: 59.61+-0.15
[59.64, 59.51, 59.56, 59.39, 59.650000000000006, 59.489999999999995, 59.599999999999994, 59.650000000000006, 59.550000000000004, 59.81999999999999, 59.38, 59.62, 59.519999999999996, 59.53000000000001, 59.69, 59.88, 59.599999999999994, 59.72, 59.93000000000001, 59.419999999999995]
Is there something I'm missing?