Replies: 1 comment 2 replies
-
Hi @hyeon4977, that's correct — as long as each dataset is internally consistent, meaning |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to fine-tune an OpenLam-based .pt file.
I'm working on three aimd datasets.
There are five types of atoms in total. Dataset 1 uses only four atoms, while the other two use all five.
In this case, when creating the type_map and type for dataset 1, should I unify the representation format with the other two data sets, such as 0, 1, 2, and 4? Or should I recognize the atoms in each folder separately? Or is padding with ghost atoms using -1 the correct way to do it?
example) Data 2 and 3 use C H O N Si, but if data 3 only contains C H O Si, is it correct to use 0, 1, 2, 4 for type.raw?
I look forward to your response.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions