.pth file for Nequip-OAM-L model #547
-
|
Hi all, Where can we get the .pth or .pt file for Nequip-OAM-L model to use in LAMMPS? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 29 replies
-
|
Download the Then see https://nequip.readthedocs.io/en/latest/integrations/lammps/index.html for LAMMPS. You could use |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the reply. For fine-tuning the pre-trained NequIP model on a small, specific DFT dataset, what is the recommended practice for modifying the config.yaml? My current approach is to use the tutorial.yaml (https://github.com/mir-group/nequip/blob/main/configs/tutorial.yaml) as a base and substitute the model definition with the ModelFromPackage loader. Besides updating the data path and reducing the learning rate, are there other essential modifications or best practices I should consider for adapting the training configuration for fine-tuning versus training from scratch? |
Beta Was this translation helpful? Give feedback.
-
|
If a NequIP potential is trained exclusively on DFT data from 2x2x2 supercells, can it be expected to yield accurate energy and force predictions when used in LAMMPS for simulations with different supercell sizes (e.g., 3x3x3 or larger)? |
Beta Was this translation helpful? Give feedback.
-
|
Do we include all the different configurations involved in the ionic relaxation process to the training set (does all the configurations from the vasprun.xml file is needed to make the .xyz file required for training)? Or do we just need the final configuration and its energy, stress values? |
Beta Was this translation helpful? Give feedback.
-
|
I was doing hyperparameter tuning with the sweep file sweep.yaml for the following config file and dataset. I was varying the following parameters: This is how I was getting the validation epoch metrics from wandb From the figure, energy and force seems to be having a difficult time with the validation part compared to stress. Are there any suggestion to make the model better? The following is the free-energy distribution of the dataset used: |
Beta Was this translation helpful? Give feedback.





I used the full chemical symbols tag in the config.yaml file and removed the chemical symbols argument from the ASE calculator part. The metrics are as follows: