diff --git a/code/SdA.py b/code/SdA.py index 25e306c7..3d9589ac 100644 --- a/code/SdA.py +++ b/code/SdA.py @@ -81,8 +81,8 @@ def __init__( :type n_ins: int :param n_ins: dimension of the input to the sdA - :type n_layers_sizes: list of ints - :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 at least one value :type n_outs: int