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
# the latest versionself.prot_model=FAEsmForMaskedLM.from_pretrained("./esm_weights/esm2_35M").to(torch.float16) ifpretrainedelseEsmModel(EsmConfig.from_pretrained('esm_weights/esm2_35M'))
# the old versionself.prot_model=ESMModel.from_pretrained("./esm_weights/esm2_35M").to(torch.float16) ifpretrainedelseEsmModel(EsmConfig.from_pretrained('esm_weights/esm2_35M'))
the memory usage is also equal, and the inference time isn't changed
The text was updated successfully, but these errors were encountered:
Hi,
I'm not sure, but I'd like to know if that's bc ur 35m is too small so the diff is minimal. I suggest u run the test we provided and see the difference.
the memory usage is also equal, and the inference time isn't changed
The text was updated successfully, but these errors were encountered: