From b844d3c5a1d5f7185372fd036fc31e68bdcf0f30 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Fri, 26 Feb 2021 15:46:46 -0800 Subject: [PATCH] rationale --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56d393e..c68fdf8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## EGNN - Pytorch (wip) -Implementation of E(n)-Equivariant Graph Neural Networks, in Pytorch. May be eventually used for Alphafold2 replication. +Implementation of E(n)-Equivariant Graph Neural Networks, 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. ## Install