Can ESMC extract embeddings using the structure track?
Hello,
I am trying to extract embeddings locally using the ESMC model and would like to know whether it is possible to use the structure track for this purpose. I modified the LogitsConfig settings as follows: sequence=True, structure=True, return_embeddings=True However, the output remains unchanged. Additionally, after checking the source code, it seems that embedding extraction might only be supported for the sequence track.
Could you confirm whether it is possible to extract embeddings using the structure track? If so, could you provide guidance on how to achieve this?
Thank you for your help!
i wanna ask the same question! I want to embed my generated proteins structures but i do not have sequences. Is it possible to use the encoder of esm3 to achieve that? thanks :)
i wanna ask the same question! I want to embed my generated proteins structures but i do not have sequences. Is it possible to use the encoder of esm3 to achieve that? thanks :)
Have you figured out how to do this ? I also want to embed the protein structures.