Skip to content

Commit

Permalink
Fix legend typo in PET trainer (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster authored Dec 3, 2024
1 parent 082d24d commit 89f44be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metatrain/experimental/pet/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def train(

st = """
Legend: LR -> Learning Rate
MAE -> Mean Square Error
MAE -> Mean Absolute Error
RMSE -> Root Mean Square Error
V-E-MAE/at -> MAE of the Energy per atom on the Validation set
V-E-RMSE/at -> RMSE of the Energy per atom on the Validation set
Expand Down

0 comments on commit 89f44be

Please sign in to comment.