Skip to content

Commit f33631b

Browse files
committed
Merge pull request lisa-lab#39 from nouiz/master
Do the same fix in the doc then what was done in the code.
2 parents 91bee6f + 5a0aa64 commit f33631b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/DBN.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ classification.
161161
:type n_ins: int
162162
:param n_ins: dimension of the input to the DBN
163163

164-
:type n_layers_sizes: list of ints
165-
:param n_layers_sizes: intermediate layers size, must contain
164+
:type hidden_layers_sizes: list of ints
165+
:param hidden_layers_sizes: intermediate layers size, must contain
166166
at least one value
167167

168168
:type n_outs: int

0 commit comments

Comments
 (0)