question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add the DeepDDS model

See original GitHub issue
  • Please read the paper first. It is here.
  • There is also code-release with the paper here.
  • After that read the contributing guidelines.
  • If there is an existing open-source version of the model please take a look.
  • ChemicalX is built on top of PyTorch 1.10. and torchdrug.
  • The library heavily builds on top on torchdrug and molecules in batches are PackedGraphs.
  • There is already a model class under ./chemicalx/models/
  • Context features, drug level features, and labels are all FloatTensors.
  • Look at the examples and tests under ./examples/ and ./tests/.
  • Add auxiliary layers as you see fit - please document these, add tests, and add these layers to the main readme.md if needed.
  • Add typing to the initialization and forward pass.
  • Non-data-dependent hyper-ammeters should have default values.
  • Please add tests under ./tests/ and make sure that your model/layer is tested with real data.
  • Write an example under ./examples/. What is the AUC on the test set? Is it reasonable?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
benedekrozemberczkicommented, Jan 14, 2022

Okay, let me switch around in a moment.

0reactions
cthoytcommented, Jan 14, 2022

I think it would be better to give Klas the easier one 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

DeepDDS: deep graph neural network with attention ... - arXiv
In this paper, we proposed a deep learning model based on graph neural networks and attention mechanism to identify drug combinations that ...
Read more >
DeepDDS: deep graph neural network with attention ... - bioRxiv
Results In this paper, we proposed a deep learning model based on graph neural networks and attention mechanism to identify drug combinations ...
Read more >
(PDF) DeepDDS: deep graph neural network with attention ...
In this paper, we proposed a deep learning model based on graph neural networks and attention mechanism to identify drug combinations that ...
Read more >
[PDF] DeepDDS: deep graph neural network with attention ...
This paper proposed a deep learning model based on graph neural networks and attention mechanism to identify drug combinations that can ...
Read more >
DeepDDS — chemicalx documentation - Read the Docs
Bases: chemicalx.models.base.Model. An implementation of the DeepDDS model from [wang2021]. This implementation follows the code on github where the paper ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found