Added switching off of column attention in evoformer when using sequence embeddings.
- Added flag `no_column_attention` in evoformer config. - Added check in `evoformer.py` to switch off `MSAColumnAttention` when the config flag `no_column_attention` is `True`.
Showing
Please register or sign in to comment