Open
Conversation
added 6 commits
February 6, 2023 18:19
Author
|
Fixed 4. jax compilation error.. Need to change np.array to jnp.array... (msa_cluster_size = jnp.array(feat["bert_mask"]).shape[0] ) |
Author
|
Deleted previous commit using jnp.array. Get maximum of msa_cluster_size before run and pad the msas... Now jax compilation is fixed but accuracy slightly differ 0.1%... |
added 5 commits
March 8, 2023 22:53
Author
|
I have changed run condition in interaction_scan mode.. One thing to note is that if msa_size < 2556(2048+508), pop the sequences and run the model with recompiling... AlphaFold multimer set msa_feat size 508 and the extra_msa_feat 2048.. There were some cases where msa_size < 2556, the accuracy decreases... I couldn't solve the bug. So predicting with recompiled model for those cases will be safe way. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dear sergey
Hope everything is going well with you. I have implemented unpaired alignment and fixed colabfold_search error. I have few things to note..
Thank you 👍