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
Hi, sorry if this is obvious from what is available on the code or at the jupyter notebook, but I could work out through it.
How do I get the embeddings from thousands of protein sequences efficiently? I saw there is a function ".get_rep(self, seq)" that returns the vector of interest for one sequence, but it's very inefficient to iterate over that for thousands of sequences.
Thanks,
Állan
The text was updated successfully, but these errors were encountered:
Hi, sorry if this is obvious from what is available on the code or at the jupyter notebook, but I could work out through it.
How do I get the embeddings from thousands of protein sequences efficiently? I saw there is a function ".get_rep(self, seq)" that returns the vector of interest for one sequence, but it's very inefficient to iterate over that for thousands of sequences.
Thanks,
Állan
The text was updated successfully, but these errors were encountered: