Skip to content

Commit 1b83853

Browse files
committed
update default model for P3B1
1 parent 1ae7fe4 commit 1b83853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pilot3/P3B1/p3b1_default_model.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ loss = 'categorical_crossentropy'
1212
optimizer = 'sgd'
1313
metrics = 'accuracy'
1414
n_fold = 1
15-
shared_nnet_spec = [1200]
16-
ind_nnet_spec = '1200,1200:1200,1200:1200,1200'
15+
shared_nnet_spec = [1200,2400,3600,3600,3600,3600,3600,3600,3600,2400]
16+
ind_nnet_spec = '2400,2400,1200,1200:2400,2400,1200,1200:2400,2400,1200,1200'
1717
feature_names = 'Primary site:Tumor laterality:Histological grade'
1818
timeout=1800
1919
scaling = 'none'

0 commit comments

Comments
 (0)