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
When using the likelihood functionality of AbLang, I'm noticing an upper limit of sequence length that it will still process (somewhere < 150 residues).
Breaking example:
The upper limit of sequence length in AbLang is based on the positional embedding layer, which takes a max length of 160. Because of the addition of extra tokens the effective max length is 157. This length should be long enough to span the variable region of any standard antibody.
Nonetheless, I will add an error message explaining this.
Hi,
When using the likelihood functionality of AbLang, I'm noticing an upper limit of sequence length that it will still process (somewhere < 150 residues).
Breaking example:
On CPU I get the following error:
IndexError: index out of range in self
On GPU I get cryptic CUDA errors which bork the GPU until kernel restart.
Is there an known upper limit for sequence length?
Thanks!
The text was updated successfully, but these errors were encountered: