-
Notifications
You must be signed in to change notification settings - Fork 28
how to use the GearNet to extract the protein feature? #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi! If you want to extract protein features with GearNet, I suggest to read this tutorial carefully. Basically, you only need to write your customized dataset and then use GearNet as your encoder. |
ok, got it, I will have a try. thanks! |
Hello, I haven't used pretrained models before, and after reading the documentation, I still feel a bit confused. |
Hi, to use the pre-trained models, please check the last section of this tutorial for pre-training and fine-tuning. You will find how to load the pre-trained model and fine-tune on your own dataset. |
Hello, I'm sorry to bother you again.
|
Hi, the code looks good to me. Could you provide more information about the bug? What does it mean by no output from the program? It seems that you haven't included a |
The program has been running the last line of code:
|
I think it's simply because the model hasn't finished yet, since you're running the code on CPU without putting the model on GPU. |
I tried to replace 'utils. sparse_coo_tensor' with 'torch. sparse_coo_tensor' in line 802 of "layers.conv.py" , and the program was able to continue executing (although an error was reported later). |
This may be due to the compilation problem of |
BTW, to generate the embeddings, don't forget to switch the model to |
Is it written like this?
|
Yes! |
Hello, I want to consult about you using your own PDB dataset to build Graph, whether to implement, I also want to build a protein graph on my own dataset, I want to ask you about the implementation of this part of the sale, I hope to get your sharing, thank you very much. |
Hi pearl-rabbit:
However, I am getting following error:
Can you please take a look at my code? Thank you so much |
hi, authors, a great work, I want to use the GearNet as a feature extractor to extract the protein features, how to use it?
thanks!!!
The text was updated successfully, but these errors were encountered: