loss.out
This files contains the terms that enter the loss function for every 100-th generation.
If a potential model is trained, each row contains the following fields:
gen L_t L_1 L_2 L_e_train L_f_train L_v_train L_e_test L_f_test L_v_test
where
genis the current generation.L_tis the total loss function.L_1is the loss function related to the \(\mathcal{L}_1\) regularization.L_2is the loss function related to the \(\mathcal{L}_2\) regularization.L_e_trainis the energy RMSE (in units of eV/atom) for the training set.L_f_trainis the force RMSE (in units of eV/Å) for the training set.L_v_trainis the virial RMSE (in units of eV/atom) for the training set.L_e_testis the energy RMSE (in units of eV/atom) for the test set.L_f_testis the force RMSE (in units of eV/Å) for the test set.L_v_testis the virial RMSE (in units of eV/atom) for the test set.
If a dipole model is trained, each row contains the following fields:
gen L_t L_1 L_2 L_mu_train L_mu_test
where
L_mu_trainis the dipole RMSE (per atom) for the training set.L_mu_testis the dipole RMSE (per atom) for the test set.
If a polarizability model is trained, each row contains the following fields:
gen L_t L_1 L_2 L_alpha_train L_alpha_test
where
L_alpha_trainis the polarizability RMSE (per atom) for the training set.L_alpha_testis the polarizability RMSE (per atom) for the test set.