Yuliang YAN
Results
1
issues of
Yuliang YAN
I wrote a script to utilize the ESMc model as follows: ``` import torch import torch.nn as nn from esm.models.esmc import ESMC from esm.sdk.api import ESMProtein, LogitsConfig from typing import...