You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used ProteinMPNN to generate 10000 sequences with some residues fixed with the script submit_example_4_non_fixed.sh. However, I found that in the output results there were many sequences that were exactly the same. More strangely, these same sequences had different scores. How can I solve this problem? Thanks.
The text was updated successfully, but these errors were encountered:
Maybe that's from batch_clones = [copy.deepcopy(protein) for i in range(BATCH_COPIES)],which makes copies of sequences. The copied sequences are then processed by function tied_featurize and given random decoding order.
I used ProteinMPNN to generate 10000 sequences with some residues fixed with the script submit_example_4_non_fixed.sh. However, I found that in the output results there were many sequences that were exactly the same. More strangely, these same sequences had different scores. How can I solve this problem? Thanks.
The text was updated successfully, but these errors were encountered: