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.
2 parents 2776035 + aad4f16 commit 675c438Copy full SHA for 675c438
code/SdA.py
@@ -81,8 +81,8 @@ def __init__(
81
:type n_ins: int
82
:param n_ins: dimension of the input to the sdA
83
84
- :type n_layers_sizes: list of ints
85
- :param n_layers_sizes: intermediate layers size, must contain
+ :type hidden_layers_sizes: list of ints
+ :param hidden_layers_sizes: intermediate layers size, must contain
86
at least one value
87
88
:type n_outs: int
0 commit comments