Junseok

Results 1 issues of Junseok

I am currently trying to obtain residue embeddings for protein sequences. The typical workflow involves the following steps: ``` protein = ESMProtein(sequence=sequence) protein_tensor = self.model.encode(protein) config = SamplingConfig(return_per_residue_embeddings=True) output =...