-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
edge_dim added as argument to GATv2Conv (#310)
* edge_dim added as argument to GATv2Conv * GAT added in edge_models * added model_type as optional imput argument to qm9 and md17 examples * edge_dim passed into GATv2Conv stack inside create method * architectural arguments added to vectoroutput CI test * qnum_samples variable moved outside main function scope in qm9 example * SAGE, GIN, anFC removed from examples where there are edge features * Correct management of node degree for on GPUs * split examples test based on whether thee model needs to use data.pos or not * model_type overwrite in config moved to right location in the code * comment for allowed stacks in LJ force_grad * Add MACE to test * black formatting --------- Co-authored-by: Rylie Weaver <rylieweaver9@gmail.com>
- Loading branch information
1 parent
ca29030
commit b935c88
Showing
13 changed files
with
316 additions
and
189 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
Oops, something went wrong.