Skip to content
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

Output discrepancy compared to the Explorer #18

Open
nthlf110 opened this issue Nov 8, 2024 · 0 comments
Open

Output discrepancy compared to the Explorer #18

nthlf110 opened this issue Nov 8, 2024 · 0 comments

Comments

@nthlf110
Copy link

nthlf110 commented Nov 8, 2024

Hello, thank you for sharing this excellent tool. I have been following the README to reproduce the results with the pretrained model and evaluate specific diseases.
However, I noticed some discrepancies between the generated Ranked List column in the output and the Explorer.
Additionally, I am interested in extracting drug candidates for a specific disease by tracing the Meta-Paths that go through a particular biological entity (e.g., a protein). Could you please guide me on how to filter such Meta-Paths using the current implementation?
I would appreciate any information on this issue.

I am running the model with CUDA 11.0, dgl 0.5.3 and latest pytorch.


Problem solved.
FYI: set split to 'full_graph' for specific disease prediction.

I encountered an out of memory error while trying to run GraphMask.
Update: GraphMask model training requires large GPU usage. Check your device. It would be helpful to provide a pre-trained
GraphMask model. Additionally, I have some difficulties understanding the gates output.
gates = TxGNN.retrieve_save_gates('SAVED_PATH')
I am unsure how to determine whether to retain an edge based on the two attention values. I couldn’t find related code on how the Meta-Path is being traced after gates output too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant