Skip to content

Commit

Permalink
Implemented native PET training (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
abmazitov authored Oct 8, 2024
1 parent 161fd56 commit 917a7a7
Show file tree
Hide file tree
Showing 6 changed files with 629 additions and 80 deletions.
3 changes: 2 additions & 1 deletion src/metatrain/experimental/pet/default-hypers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ training:
DO_GRADIENT_CLIPPING: False
GRADIENT_CLIPPING_MAX_NORM: null # must be overwritten if DO_GRADIENT_CLIPPING is True
USE_SHIFT_AGNOSTIC_LOSS: False # only used when fitting general target. Primary use case: EDOS
ENERGIES_LOSS: per_structure # per_structure or per_atom
ENERGIES_LOSS: per_structure # per_structure or per_atom
CHECKPOINT_INTERVAL: 100
3 changes: 3 additions & 0 deletions src/metatrain/experimental/pet/schema-hypers.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@
},
"BALANCED_DATA_LOADER": {
"type": "boolean"
},
"CHECKPOINT_INTERVAL": {
"type": "integer"
}
},
"additionalProperties": false,
Expand Down
Loading

0 comments on commit 917a7a7

Please sign in to comment.