ESM-GearNet
ESM-GearNet copied to clipboard
ESM-GearNet for Protein Structure Representation Learning (https://arxiv.org/abs/2303.06275)
Results
2
ESM-GearNet issues
Sort by
recently updated
recently updated
newest added
Great work! I am attemptting to use your pretrained ESM-GearNet model to acquire sequence embeddings, similar to the ones from ESM. How can I achieve this?
I am trying to run the scripts to replicate the findings in the paper. Running ```sh python -m torch.distributed.launch --nproc_per_node=1 script/downstream.py -c config/EC/esm_gearnet.yaml ``` gives the following error when I...