Skip to content

Commit

Permalink
{FEAT][TODOES]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed May 12, 2024
1 parent 4c542f3 commit f806cb1
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,14 @@ print(output.shape)

# Todo

- [ ] Implement Figure A, implement triangle update, transition,
- [ ] Impelment Figure B, per token, cond,
- [ ] Implement Figure C: Network Chunk,
- [ ] Implement confidence module
- [ ] Implement Template Module
## Model Architecture
- Implement input Embedder from Alphafold2 openfold implementation
- Implement the template module from openfold
- Implement the MSA embedding from openfold
- Fix residuals and make sure pair representation and generated output goes into the diffusion model
- Implement reclying to fix residuals


## Training pipeline
- Get all datasets pushed to huggingface

0 comments on commit f806cb1

Please sign in to comment.