Skip to content

Commit ad2cd64

Browse files
authored
Merge pull request #32 from EvanKomp/dev
Dev
2 parents 6b73674 + 324d330 commit ad2cd64

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

docs/_build/latex/aide.pdf

-302 Bytes
Binary file not shown.

docs/user_guide/resource_test.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ See below for the cost it takes to run each tool. This test was run with a Dual
77

88
The test system was a GFP (238) amino acids, MSA depth (when applicable) was 201. Times measure the total time to fit the model (when applicable) and run prediction on 50 variants. Missing values are either because the core model does not support that type of prediction or because AIDE's wrapper does not support it.
99

10+
NOTE: The cost of some of these (*) is significantly impacted by hyperparameters.
11+
1012
## Zero shot predictors
1113

1214
| Model Name | Marginal Method | GPU Total Time (s) | CPU Total Time (s) |
@@ -23,7 +25,7 @@ The test system was a GFP (238) amino acids, MSA depth (when applicable) was 201
2325
| SaProtLikelihoodWrapper | mutant_marginal | 7.326 | 220.906 |
2426
| SaProtLikelihoodWrapper | masked_marginal | 14.814 | 429.626 |
2527
| VESPAWrapper | - | 244.852 | - |
26-
| EVEWrapper | - | 925.930 | - |
28+
| EVEWrapper * | - | 925.930 | - |
2729
| SSEmbWrapper | - | 192.999 | - |
2830

2931
## Embedders

docs/user_guide/roadmap.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Roadmap
33
---
44

5-
# Roadmaps
5+
# Roadmap
66

77
## Additional predictors from maintainers
88
__Quarter 2, 2026__
@@ -15,6 +15,7 @@ We have the following predictors planned to be wrapped:
1515
- Type 3 dependencies (sub environment)
1616
2. NOMELT (as a zero shot predictor)
1717
- Temperatute specific scores
18+
- Type 3 dependencies
1819
3. ESM3 (Zero shot prediction and embedder)
1920
- Structure aware if available
2021
- For now, the annotation data mode will not be considered. This will require an additional attribute of the ProteinSequence class (in addition to sequence, structure, msa data types already supported).
@@ -31,6 +32,4 @@ The component specification and software engineering exercise conducted in AIDE
3132
- ProteinMPNN
3233
- NOMELT
3334
- Tranception
34-
-
35-
- Score optimizers, eg. BADASS (already included in the package) which use a scoring function (AIDE predictor) to bias generation.
36-
- This type may even be able to be wrapped with Conditional Generators for tandem generation and filtering.
35+
- Score optimizers (black box or maybe gradient aware), eg. BADASS (already included in the package) which use a scoring function (AIDE predictor) to bias generation.

0 commit comments

Comments
 (0)