Thank you for releasing the code and dataset. I'm trying to reproduce results on BlooodMNIST and PneumoniaMNIST datasets for ResNet-50 (224). The average accuracies of 3 runs for these datasets are 1.51(for BlooodMNIST) and 2.12( for PneumoniaMNIST) less than from reported in the paper. I am using the same hypermaters mentioned in the code. What can be the issue?
Probably due to randomness, which can never be avoided in machine learning settings. If you need to compare the results, you can also check our released weights.
Hi There,
Thank you for releasing the code and dataset. I'm trying to reproduce results on BlooodMNIST and PneumoniaMNIST datasets for ResNet-50 (224). The average accuracies of 3 runs for these datasets are 1.51(for BlooodMNIST) and 2.12( for PneumoniaMNIST) less than from reported in the paper. I am using the same hypermaters mentioned in the code. What can be the issue?