mirror of
https://github.com/kexinhuang12345/DeepPurpose.git
synced 2026-04-03 00:19:34 -06:00
Wrong comment in the class DGL_NeuralFP #68
Labels
No labels
bug
bug
enhancement
enhancement
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/DeepPurpose#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Yuhan-Fei on 6/20/2021
Hi @kexinhuang12345 ,
Thank you for the great works for the DTI predictions. We found you comment the class DGL_NeuralFP as GAT in encoders.py (LINE:#336. The comment said ## adapted from
2fbf5fd6ac/python/dgllife/model/model_zoo/gat_predictor.py) . However, the DGL_NeuralFP is a different model apparently. Due to GAT is a very popular model for the small molecules, will you update the GAT for the Deeppurpose recently ?Best