KeyError 'stress' when using keymapping #461
Unanswered
mstapelberg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using:
nequip 0.6.0 develop version
allegro 0.3.0 develop version
I'm struggling with keymapping my extxyz datasets, where I have tried the following for my config file:
I see the following in the logs:
For training:
Loaded data: Batch(atomic_numbers=[1397907, 1], batch=[1397907], cell=[22189, 3, 3], edge_cell_shift=[83772862, 3], edge_index=[2, 83772862], forces=[1397907, 3], free_energy=[22189], pbc=[22189, 3], pos=[1397907, 3], ptr=[22190], total_energy=[22189, 1]) processed data size: ~3283.10 MB
Training optional args:
For validation:
Loaded data: Batch(atomic_numbers=[174699, 1], batch=[174699], cell=[2773, 3, 3], edge_cell_shift=[10463362, 3], edge_index=[2, 10463362], forces=[174699, 3], free_energy=[2773], pbc=[2773, 3], pos=[174699, 3], ptr=[2774], total_energy=[2773, 1]) processed data size: ~410.07 MB
Validation optional args:
I get the following error:
It seems like my key_mapping for stress is not working? Has anyone had this happen to them?
Thanks,
Myles
Beta Was this translation helpful? Give feedback.
All reactions