Skip to content

Commit 061cc80

Browse files
committed
updated DSL training params
1 parent d96c9fa commit 061cc80

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

train_DSL.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ def main():
5555
Model Parameters
5656
'''
5757
dict_model_params={
58-
'n_gaussian' : 0,
59-
'domSpec_bn' :False,
60-
'gaussian_layer' : False,
61-
'gaussian_priors' : False,
58+
'n_gaussian' : 16,
59+
'domSpec_bn' :True,
60+
'gaussian_layer' : True,
61+
'gaussian_priors' : True,
6262
'max_sigma' : 10,
63-
'activate_GL' : False
63+
'activate_GL' : True
6464
}
6565

6666

0 commit comments

Comments
 (0)