Skip to content

Commit 7312feb

Browse files
committed
Ran code through pep8 and fixed all occurrences of E124.
1 parent 3f46135 commit 7312feb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code/SdA.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ class SdA(object):
5757
the dAs are only used to initialize the weights.
5858
"""
5959

60-
def __init__(self,
60+
def __init__(
61+
self,
6162
numpy_rng,
6263
theano_rng=None,
6364
n_ins=784,

0 commit comments

Comments
 (0)