We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd19028 commit c6e2f04Copy full SHA for c6e2f04
tests/unit/test_models.py
@@ -78,7 +78,7 @@ def test_DeepDrug(self):
78
def test_DeepSynergy(self):
79
80
model = DeepSynergy(
81
- context_channels=112,
+ context_channels=288,
82
drug_channels=256,
83
input_hidden_channels=32,
84
middle_hidden_channels=16,
0 commit comments