Skip to content

Commit

Permalink
added pyg mpnn layer
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnopump committed Feb 27, 2021
1 parent 63d8997 commit f56d616
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ __pycache__/
# C extensions
*.so

# mac files
*.DS_Store
.DS_Store

# Distribution / packaging
.Python
build/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ feats, coors = layer2(feats, coors, edges) # (1, 16, 512), (1, 16, 3)
## Todo

- [ ] masking
- [ ] add integration with pytorch geometric
- [x] add integration with pytorch geometric
- [x] add tests for se3 equivariance
- [x] add an EGAT (attention flavored variant)

Expand Down

0 comments on commit f56d616

Please sign in to comment.