-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cannot try due large forces #2
Comments
@peastman could you clarify the force cutoff? And how did you apply it? |
The filtering was implemented in openmm/spice-dataset#41, which was merged after that release was created. Once we're agreed on all remaining changes (especially anything for openmm/spice-dataset#42), I'll create a 1.1 release. |
@peastman the cutoff in openmm/spice-dataset#41 is 1 Hartree/Bohr (≈ 49132 kJ/mol/nm), while in the email you mentioned 20000 kJ/mol/nm. Which ones was used? |
My original model described in the first draft of the paper used 20,000 kJ/mol/nm. The five newer models described in the current draft used 1 hartree/bohr. |
According to the description,
SPICE.hdf5
is downloaded from https://github.com/openmm/spice-dataset/releases:spice-models/five-et/README.md
Lines 3 to 4 in b9023c7
The file contains samples with large force (openmm/spice-dataset#32) and
createSpiceDataset.py
doesn't filter them.When I try to train the loss just fluctuates ~1e7 without any improvement.
The text was updated successfully, but these errors were encountered: