-
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.
* rank 2 tensor head * fix rank2 head and add to e2e test * small fixes * keep hydra graphmixin * add rank2 head tests * test fixes * fix tests; move init_weight out of equiformer; add amp property to heads+hydra * add amp to heads and hydra * fix import * update snapshot; fix test seed and change tolerance --------- Co-authored-by: Misko <[email protected]>
- Loading branch information
Showing
15 changed files
with
693 additions
and
121 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
5 changes: 5 additions & 0 deletions
5
src/fairchem/core/models/equiformer_v2/prediction_heads/__init__.py
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from __future__ import annotations | ||
|
||
from .rank2 import Rank2SymmetricTensorHead | ||
|
||
__all__ = ["Rank2SymmetricTensorHead"] |
Oops, something went wrong.