Closed Haxxardoux closed 3 years ago
Hi Will, seems like you're essentially trying to input a single sequence, while the MSA Transformer expects an MSA (an aligned set of sequences) as input. See this notebook for an example.
If my guess about the issue is wrong, feel free to reopen with a MWE!
Passing batches of proteins to the other ESM transformers seems to work fine, but with the MSA transformer, it seems like a specific error is raised -
Is there a supported way to encode batches of proteins in a single forward pass?