Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed May 13, 2024
1 parent f806cb1 commit b1d152a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b1d152a

Please sign in to comment.