Open LilaKen opened 2 weeks ago
i found drivaernet’s R2 score is different R2 score, and we find that other R2 calculation methods are different from those in the original paper. u also can use pred and target to calculate your R2 score.
i found drivaernet’s R2 score is different R2 score, and we find that other R2 calculation methods are different from those in the original paper. u also can use pred and target to calculate your R2 score.
Thank you for your response. Could you explain in detail how the R² score is calculated and what the differences are? In the code, it seems like the total R² score is calculated and then the average R² score is computed. It appears to be no different from the traditional R² score.
Did you manage to reproduce the results from the paper? If so, could you share them? These are the results I obtained from my training. The R² score has turned positive but hasn't reached the 0.901 reported in the paper. Total training time: 11301.56s Model saved to models/cdPrediction DrivAerNet r2 100epochs 5k final model.pth Testing the final model: Test MSE: 0.000292, TeSt MAE: 0.013641, MaX MAE: 0.022632, Test R2: 0.5032 Total inference time: 1.21s for 592 samples Testing the best model: Test MSE: 0.000229, TeSt MAE: 0.011788, MaX MAE: 0.022385, Test R2: 0,6315 Total inference time: 1,10s for 592 samples
when i trainning the diveraernet in RegDGCNN, the experimental R2 score is never higher than zero, whatever many attempts about parameter,chould u expalin this?