How to get the QM9 test MAE
Closed this issue · 3 comments
peachchange commented
How to get the QM9 test MAE
peachchange commented
Your work has greatly inspired me. But in the process of fine-tuning, I can't find the place recorded by homo/lumo test mae. Excuse me, am I wrong in any step?
peachchange commented
Maybe I see. Does the test.y need to be multiplied by 1 million?
shehzaidi commented
Hi @taoquanjin, thanks for your interest! All the metrics are stored in a file called metrics.csv
which should be in the log_dir
specified for the experiment. The MAE loss for homo/lumo has eV as the units. Alternatively, if you're using weights & biases, all metrics should be logged onto the dashboard. Hope that helps!