ProtFlash icon indicating copy to clipboard operation
ProtFlash copied to clipboard

ProtFlash: A lightweight protein language model

Results 2 ProtFlash issues
Sort by recently updated
recently updated
newest added

Is there a way to run batchConverter in a way to not use up a lot of RAM? When I'm trying to run it, it uses up all RAM and...

help wanted
question

**Describe the bug** `ProtFlash` when wrapped with `torch.nn.DataParallel` crashes via an einops error. **To Reproduce** ```python import torch from ProtFlash.pretrain import load_prot_flash_base from ProtFlash.utils import batchConverter # Proteins we want...