Skip to content

Commit

Permalink
Merge pull request #155 from lorenzoritter/master
Browse files Browse the repository at this point in the history
fixed typo in SdA.py
  • Loading branch information
nouiz committed Apr 27, 2016
2 parents 2776035 + aad4f16 commit 675c438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/SdA.py
Expand Up @@ -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
Expand Down

0 comments on commit 675c438

Please sign in to comment.