-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Float32 precision and EvalAI submission files for OC22 total energy p…
…redictions (#421) * write tot_e predicts in float32 * adding total_energy=True to base OC22 configs * assert oc22 predictions are fp32 * update to method for writing predictions to keep track of precision * submission file to support oc22 * move energy values to cpu before writing predicts and updated make_submission script * minor fix * minor fix * update to include prediction_dtype flag and remove check in make_submission_file.py * added documentation for the prediction_type flag and oc22 evalai * updated oc22 docs in TRAIN.md and minor changes to make_submission_file.py * add joint training documentation Co-authored-by: Muhammed Shuaibi <mshuaibi@andrew.cmu.edu> Co-authored-by: Muhammed Shuaibi <45150244+mshuaibii@users.noreply.github.com> Co-authored-by: Abhishek Das <das.abhshk@gmail.com>
- Loading branch information
1 parent
62de708
commit 5a95b3d
Showing
8 changed files
with
170 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,4 @@ task: | |
grad_input: atomic forces | ||
train_on_free_atoms: True | ||
eval_on_free_atoms: True | ||
prediction_dtype: float32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters