File size: 250 Bytes
416833a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
defaults:
  - drug_encoder@gnn: gat
  - _self_

_target_: deepscreen.models.predictors.graph_dta.GraphDTA

gnn:
  num_features: 34
  out_channels: 128
  dropout: 0.2

num_features_protein: 26
n_filters: 32
embed_dim: 128
output_dim: 128
dropout: 0.2