Spaces:
Sleeping
Sleeping
Delete configs/preset/monn.yaml with huggingface_hub
Browse files- configs/preset/monn.yaml +0 -17
configs/preset/monn.yaml
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
# @package _global_
|
2 |
-
defaults:
|
3 |
-
- dti_experiment
|
4 |
-
# TODO MONN featurizers not fully implemented yet
|
5 |
-
- override /data/drug_featurizer: label
|
6 |
-
- override /data/protein_featurizer: label
|
7 |
-
- override /model/predictor: monn
|
8 |
-
- override /task: binary
|
9 |
-
- _self_
|
10 |
-
|
11 |
-
model:
|
12 |
-
loss:
|
13 |
-
_target_: deepscreen.models.loss.multitask_loss.MultitaskWeightedLoss
|
14 |
-
loss_fns:
|
15 |
-
- _target_: ${model.loss}
|
16 |
-
- _target_: deepscreen.models.predictors.monn.MaskedBCELoss
|
17 |
-
weights: [1, 0.1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|