isxxz

Results 1 issues of isxxz

I've noticed a problem with the data loading part of your code. Specifically, the lines: train_file_path = os.path.join(dataroot, 'ImageNet1K', 'protocols', 'ood_train.csv') test_file_path = os.path.join(dataroot, 'ImageNet1K', 'protocols', 'ood_test.csv') However, I couldn't...