From b1d152a2bf24fb0243755485bfead2071d59d347 Mon Sep 17 00:00:00 2001 From: Eternal Reclaimer <98760976+kyegomez@users.noreply.github.com> Date: Sun, 12 May 2024 18:12:32 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4eef0ca..72e206a 100644 --- a/README.md +++ b/README.md @@ -156,9 +156,9 @@ print(output.shape) # Todo ## Model Architecture -- Implement input Embedder from Alphafold2 openfold implementation -- Implement the template module from openfold -- Implement the MSA embedding from openfold +- Implement input Embedder from Alphafold2 openfold implementation [LINK](https://github.com/aqlaboratory/openfold) +- Implement the template module from openfold [LINK](https://github.com/aqlaboratory/openfold) +- Implement the MSA embedding from openfold [LINK](https://github.com/aqlaboratory/openfold) - Fix residuals and make sure pair representation and generated output goes into the diffusion model - Implement reclying to fix residuals