Open
Description
🚀 The feature, motivation and pitch
I am currently using SchNet and DimeNet++. These two methods perform well on the QM9 dataset. However, when I try to train them on the MD17 dataset, I encounter two issues:
-
There is no way to calculate the gradient from Energy to Pos, making it impossible to compute Force, which is a crucial feature.
-
The results obtained by training with only the L1 loss on energy are suboptimal, even after performing a grid search. Typically, the training process should include the L1 loss on Force as well.
Could you please provide a script for training SchNet or DimeNet++ on the MD17 dataset or share pre-trained weights?
Alternatives
No response
Additional context
No response