Skip to content

Commit aad4f16

Browse files
committed
fixed typo in SdA.py
1 parent 2776035 commit aad4f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/SdA.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ def __init__(
8181
:type n_ins: int
8282
:param n_ins: dimension of the input to the sdA
8383
84-
:type n_layers_sizes: list of ints
85-
:param n_layers_sizes: intermediate layers size, must contain
84+
:type hidden_layers_sizes: list of ints
85+
:param hidden_layers_sizes: intermediate layers size, must contain
8686
at least one value
8787
8888
:type n_outs: int

0 commit comments

Comments
 (0)