error while doing the evaluation of the trained model #123
-
Does anyone have an idea about this error? I encountered it while using a trained potential to predict a dataset. python ~/mace/scripts/eval_configs.py Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You should use a .model file not a .pt file (which is just a checkpoint, but not the actual model) |
Beta Was this translation helpful? Give feedback.
You should use a .model file not a .pt file (which is just a checkpoint, but not the actual model)
You can easily convert between the two if you want to evaulate a specific checkpoint by re-running the training with restart latest option setting max num epochs to 0. This works if the specific .pt checkpoint is in the checkpoints directory.