Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NaNs in learning if PES file contains entries without energies #13

Open
adabbott opened this issue Jun 3, 2019 · 0 comments
Open

NaNs in learning if PES file contains entries without energies #13

adabbott opened this issue Jun 3, 2019 · 0 comments

Comments

@adabbott
Copy link
Collaborator

adabbott commented Jun 3, 2019

If a PES file used to train a NN or GP has geometries without energies and a model is trained, one gets NaNs during training:

Hyperparameters:  {'layers': (16, 16), 'morse_transform': {'morse': False}, 'pip': {'pip': False}, 'scale_X': {'activation': 'tanh', 'scale_X': 'mm11'}, 'scale_y': 'mm01', 'lr': 0.5}
Epoch 1 Validation RMSE (cm-1):   nan
Epoch 2 Validation RMSE (cm-1):   nan
Epoch 3 Validation RMSE (cm-1):   nan
Epoch 4 Validation RMSE (cm-1):   nan
Epoch 5 Validation RMSE (cm-1):   nan
Epoch 6 Validation RMSE (cm-1):   nan
Epoch 7 Validation RMSE (cm-1):   nan
Epoch 8 Validation RMSE (cm-1):   nan
Epoch 9 Validation RMSE (cm-1):   nan
Epoch 10 Validation RMSE (cm-1):   nan
Epoch 11 Validation RMSE (cm-1):   nan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant