You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for developing and maintaining this package.
I have trained a Nequip model on my periodic system using the attached config.yaml file. My dataset includes trajectories from two different temperatures of the same system. After training, I achieved a validation MAE of 0.0004 eV/atom for energy and a force MAE of 0.02 eV/Å, along with smooth learning curves. Following the training, I used the same config file to evaluate the model on the training and validation datasets (nequip-evaluate --model train_dir/best_model.pth --dataset-config config.yaml --batch-size 1 --output ./output.xyz). However, I have two questions:
Although I have the pbc key in my dataset (shape: nframes*3, type: boolean), the pbc is printed as F (pbc="F F F") in the output file. I am wondering if this is a typo or if the pbc is in fact turned off during evaluation (or possibly during training as well)?
I have plotted the energy error distribution for each temperature (attached). It appears that the Nequip predictions have a positive offset for the lower temperature and a negative offset for the higher temperature. Is this behavior expected, or could something be going wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Thank you for developing and maintaining this package.
I have trained a Nequip model on my periodic system using the attached config.yaml file. My dataset includes trajectories from two different temperatures of the same system. After training, I achieved a validation MAE of 0.0004 eV/atom for energy and a force MAE of 0.02 eV/Å, along with smooth learning curves. Following the training, I used the same config file to evaluate the model on the training and validation datasets (
nequip-evaluate --model train_dir/best_model.pth --dataset-config config.yaml --batch-size 1 --output ./output.xyz
). However, I have two questions:pbc="F F F"
) in the output file. I am wondering if this is a typo or if the pbc is in fact turned off during evaluation (or possibly during training as well)?Thank you for your help.
![energy_plot](https://private-user-images.githubusercontent.com/196477086/409274177-b0784d60-f2c6-482d-9dc2-fbacbc4da12d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTE2NTksIm5iZiI6MTczODk1MTM1OSwicGF0aCI6Ii8xOTY0NzcwODYvNDA5Mjc0MTc3LWIwNzg0ZDYwLWYyYzYtNDgyZC05ZGMyLWZiYWNiYzRkYTEyZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxODAyMzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04MmVmNzRkNDQxZWQ1ZTNmZTM0NjQ3YmY5NGUyOGQyOTMzMTk3YTlmY2EyZjk3M2I2ZDllOTNkNTMxOWFhMjA3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.R0uRD8N287qe2hcUnaYmB2rEOI8VxbD_vX4mFYMWC2U)
config.txt
Beta Was this translation helpful? Give feedback.
All reactions