We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f46135 commit 7312febCopy full SHA for 7312feb
1 file changed
code/SdA.py
@@ -57,7 +57,8 @@ class SdA(object):
57
the dAs are only used to initialize the weights.
58
"""
59
60
- def __init__(self,
+ def __init__(
61
+ self,
62
numpy_rng,
63
theano_rng=None,
64
n_ins=784,
0 commit comments