Commit
·
f189639
1
Parent(s):
07fe458
add explicit chemical encoder params
Browse files
3b-model/model_config.yml
CHANGED
|
@@ -37,9 +37,8 @@ expression_decoder:
|
|
| 37 |
n_layers: 1
|
| 38 |
activation: gelu
|
| 39 |
chemical_encoder:
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
local: drug_fps_pad.npy
|
| 43 |
activation: gelu
|
| 44 |
padding_idx: 0
|
| 45 |
freeze: false
|
|
|
|
| 37 |
n_layers: 1
|
| 38 |
activation: gelu
|
| 39 |
chemical_encoder:
|
| 40 |
+
num_drugs: 378
|
| 41 |
+
fp_dim: 2048
|
|
|
|
| 42 |
activation: gelu
|
| 43 |
padding_idx: 0
|
| 44 |
freeze: false
|