According to the description, SPICE.hdf5 is downloaded from https://github.com/openmm/spice-dataset/releases:
|
The script `createSpiceDataset.py` converts the dataset file SPICE.hdf5 downloaded from https://github.com/openmm/spice-dataset/releases |
|
to the format used by [TorchMD-Net](https://github.com/torchmd/torchmd-net). It generates a new file SPICE-processed.hdf5 |
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.
According to the description,
SPICE.hdf5is 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.pydoesn't filter them.When I try to train the loss just fluctuates ~1e7 without any improvement.