Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Feb 27, 2021
1 parent ce7534a commit 48f9d6c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="./egnn.png" width="600px"></img>

## EGNN - Pytorch (wip)
## EGNN - Pytorch

Implementation of <a href="https://arxiv.org/abs/2102.09844v1">E(n)-Equivariant Graph Neural Networks</a>, in Pytorch. May be eventually used for Alphafold2 replication. This technique went for simple invariant features, and ended up beating out all previous methods (including SE3 Transformer and Lie Conv) in both accuracy and performance.

Expand Down Expand Up @@ -43,14 +43,6 @@ feats, coors = layer1(feats, coors, edges)
feats, coors = layer2(feats, coors, edges) # (1, 16, 512), (1, 16, 3)
```

## Todo

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


## Citations

```bibtex
Expand Down

0 comments on commit 48f9d6c

Please sign in to comment.