You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A version of trained model files with dropout are available here: [saved.uq.model.h5](http://ftp.mcs.anl.gov/pub/candle/public/benchmarks/Pilot1/combo/saved.uq.model.h5) and [saved.uq.weights.h5](http://ftp.mcs.anl.gov/pub/candle/public/benchmarks/Pilot1/combo/saved.uq.weights.h5).
186
186
187
+
## Profile runs
188
+
We have run the same configuration across multiple machines and compared the resource utilization.
'help':"use one or more cell line feature sets: 'expression', 'mirna', 'proteome', 'all'; use all for ['expression', 'mirna', 'proteome']; use 'categorical' for one-hot encoded cell lines"},
'help':"use dragon7 descriptors, latent representations from Aspuru-Guzik's SMILES autoencoder, or both, or one-hot encoded drugs, or random features; 'descriptors','latent', 'all', 'categorical', 'noise'"},
27
-
{'name':'dense_feature_layers',
28
-
'nargs':'+',
29
-
'type':int,
30
-
'help':'number of neurons in intermediate dense layers in the feature encoding submodels'},
'help':"use one or more cell line feature sets: 'expression', 'mirna', 'proteome', 'all'; use all for ['expression', 'mirna', 'proteome']; use 'categorical' for one-hot encoded cell lines"},
'help':"use dragon7 descriptors, latent representations from Aspuru-Guzik's SMILES autoencoder, or both, or one-hot encoded drugs, or random features; 'descriptors','latent', 'all', 'categorical', 'noise'"},
27
+
{'name':'dense_feature_layers',
28
+
'nargs':'+',
29
+
'type':int,
30
+
'help':'number of neurons in intermediate dense layers in the feature encoding submodels'},
31
+
{'name':'use_landmark_genes',
32
32
'type':candle.str2bool,
33
-
'default':True, #action="store_true",
34
-
'help':"use the 978 landmark genes from LINCS (L1000) as expression features"},
35
-
{'name':'preprocess_rnaseq',
33
+
'default':True, #action="store_true",
34
+
'help':"use the 978 landmark genes from LINCS (L1000) as expression features"},
35
+
{'name':'preprocess_rnaseq',
36
36
'default':'none',
37
-
'choices':['source_scale', 'combat', 'none'],
38
-
'help':"preprocessing method for RNAseq data; none for global normalization"},
39
-
{'name':'response_url',
37
+
'choices':['source_scale', 'combat', 'none'],
38
+
'help':"preprocessing method for RNAseq data; none for global normalization"},
39
+
{'name':'response_url',
40
40
'default':None,
41
-
'help':"URL to combo dose response file"},
41
+
'help':"URL to combo dose response file"},
42
42
{'name':'residual',
43
43
'type':candle.str2bool,
44
-
'default':True, #action="store_true",
45
-
'help':"add skip connections to the layers"},
44
+
'default':True, #action="store_true",
45
+
'help':"add skip connections to the layers"},
46
46
{'name':'reduce_lr',
47
47
'type':candle.str2bool,
48
-
'default':True, #action="store_true",
49
-
'help':'reduce learning rate on plateau'},
50
-
{'name':'warmup_lr',
48
+
'default':True, #action="store_true",
49
+
'help':'reduce learning rate on plateau'},
50
+
{'name':'warmup_lr',
51
51
'type':candle.str2bool,
52
-
'default':True, #action="store_true",
53
-
'help':'gradually increase learning rate on start'},
54
-
{'name':'base_lr', 'type':float,
55
-
'default':None,
56
-
'help':'base learning rate'},
57
-
{'name':'cp',
52
+
'default':True, #action="store_true",
53
+
'help':'gradually increase learning rate on start'},
54
+
{'name':'base_lr', 'type':float,
55
+
'default':None,
56
+
'help':'base learning rate'},
57
+
{'name':'cp',
58
+
'type':candle.str2bool,
59
+
'default':True, #action="store_true",
60
+
'help':'checkpoint models with best val_loss'},
61
+
{'name':'tb',
58
62
'type':candle.str2bool,
59
-
'default':True, #action="store_true",
60
-
'help':'checkpoint models with best val_loss'},
61
-
{'name':'tb',
63
+
'default':True, #action="store_true",
64
+
'help':'use tensorboard'},
65
+
{'name':'use_mean_growth',
62
66
'type':candle.str2bool,
63
-
'default':True, #action="store_true",
64
-
'help':'use tensorboard'},
65
-
{'name':'max_val_loss', 'type':float,
66
-
'help':'retrain if val_loss is greater than the threshold'},
0 commit comments