We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3fc61 commit 411532aCopy full SHA for 411532a
bayesflow/networks/mlp/mlp.py
@@ -20,7 +20,7 @@ class MLP(keras.Layer):
20
21
def __init__(
22
self,
23
- widths: Sequence[int],
+ widths: Sequence[int] = (256, 256),
24
*,
25
activation: str = "mish",
26
kernel_initializer: str = "he_normal",
0 commit comments