Skip to content

Commit 4061488

Browse files
committed
Dropout = 0.05 as default
1 parent 1762f0d commit 4061488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesflow/default_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def __init__(self, meta_dict: dict, mandatory_fields: list = []):
104104
"mc_dropout": False,
105105
"dropout": True,
106106
"residual": False,
107-
"dropout_prob": 0.01,
107+
"dropout_prob": 0.05,
108108
"soft_clamping": 1.9,
109109
},
110110
mandatory_fields=[],

0 commit comments

Comments
 (0)