From aad4f16662edb643926a38b661f469b6026a6a72 Mon Sep 17 00:00:00 2001 From: "lorenzo.ritter" Date: Wed, 27 Apr 2016 19:10:25 +0200 Subject: [PATCH] fixed typo in SdA.py --- code/SdA.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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