Skip to content

How to train if i have the data of atomic-level properties? #493

Answered by cw-tan
ccccyf asked this question in Q&A
Discussion options

You must be logged in to vote

Dataset statistics is computed primarily to initialize model parameters, see https://nequip.readthedocs.io/en/latest/guide/model.html#dataset-statistics-as-parameters. The CommonDataStatisticsManager will assume the typical set of fields, total_energy and forces. In this case you'd need to use the base https://nequip.readthedocs.io/en/latest/api/data_stats.html#nequip.data.DataStatisticsManager, like what you were doing before, but just make sure you compute dataset statistics that make sense for your model. In you earlier message where you used DataStatisticsManager, you shouldn't be using nequip.train.MeanAbsoluteError -- that's a metric. I don't know if you have forces or not, assuming…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@ccccyf
Comment options

@cw-tan
Comment options

@cw-tan
Comment options

Comment options

You must be logged in to vote
2 replies
@cw-tan
Comment options

Answer selected by ccccyf
@ccccyf
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants