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
Rascaline dynamically computes a lot of things depending on the systems it receives as input. When dealing with SOAP features (or anything else based on one-hot encoding of atomic species), this means that the shape of the output depends on the input.
This might be an issue in some cases, since some ML framework really want to know all the shape ahead of time; and when running inference some species might be missing in the dataset. For this reason, we have a whole mechanism for keys & property selection, that allow to fix the shape of the output regardless of the input. While these are documented on their own, we are missing something explaining the issue and corresponding solutions in the documentation.
The text was updated successfully, but these errors were encountered:
Rascaline dynamically computes a lot of things depending on the systems it receives as input. When dealing with SOAP features (or anything else based on one-hot encoding of atomic species), this means that the shape of the output depends on the input.
This might be an issue in some cases, since some ML framework really want to know all the shape ahead of time; and when running inference some species might be missing in the dataset. For this reason, we have a whole mechanism for keys & property selection, that allow to fix the shape of the output regardless of the input. While these are documented on their own, we are missing something explaining the issue and corresponding solutions in the documentation.
The text was updated successfully, but these errors were encountered: