Replies: 2 comments 6 replies
-
MAke sure you use the latest version in the main branch. The code is evolving fast. I suggest you use "1" and "1" for energies and forces weights. use -max_ell is the spherical harmonics order for the local environment, use 3. L is the spherical harmonic order of the messages in the message passing step, 0 is invariant, 1 and 2 are higher order (equivariant). Higher L will give you more accurate, but larger and slower models. "last readout" means the readout function of the last layer. We typically put a shallow MLP on it. the radial MLP is the parametrisation of the radial basis used to expand the local environment. These are all defined and discussed in the MACE papers. I'll let others who use it regularly comment on wandb |
Beta Was this translation helpful? Give feedback.
-
I'll turn that into a discussion. Issues are for bugs and feature requests.
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to train a model for pure water made with MACE. My dataset consists of 3000 configuration at 300K taken at different densities, from 0.972 to 1.04$\frac{g}{cm^3}$ coming from DFT calculations.
I have some questions, sorry if they are trivial:
I am trying to use the "right" hyperparameters. In order to do so: I am starting reading this and comparing those parameters with the ones written here that should be the ones used for the MACE MP-0 L1 model.
What are the advised parameters for pure water? In particular the Energy and the forces weight.
What do the following hyperparameters mean?
Is this the max order of the spherical harmonics
-max_ell=3 \
used in the model? Why it is the same for the L0, L1 and L2 MACE MP0 models?What does "last readout" mean? What is the width of radial MLP?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions