Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Reproducing Results on RBC Datasets #3

Open
Moveon24 opened this issue Apr 18, 2024 · 0 comments
Open

Issue with Reproducing Results on RBC Datasets #3

Moveon24 opened this issue Apr 18, 2024 · 0 comments

Comments

@Moveon24
Copy link

Dear Repository Owner,

I hope this message finds you well. I've been working on reproducing the results for ResNet-rot on the RBC dataset based on your codebase, and I've run into some challenges.

The RMSE results I obtained were notably smaller than the values reported in your paper. Upon closer inspection, I identified two issues:

  1. In the utils.py file, specifically in the test_epoch function (line 118), it seems that the RMSE calculation is missing the square root operation.
  2. Additionally, I noticed a minor typo in data_prep.py, where the variable "img" should be replaced with "rot_img" on line 111.

Despite correcting these issues, the numerical results I obtained are still considerably smaller than those reported in the original paper. My results for Future RMSE and Domain RMSE of ResNet-rot on the RBC dataset are 0.15 and 0.16, respectively, while the values reported in Table 2 of your paper are 0.65 and 0.76.

I'm reaching out to seek guidance on how to obtain results consistent with those presented in your paper. Could there be differences in the data processing pipeline or measurement? Any insights or suggestions you could provide would be greatly appreciated. Thank you for your attention to this matter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant