datasets/gsn/models_misc.py
3
E225:
missing whitespace around operator
6
if
activation
==
'elu'
:
8
elif
activation
==
'relu'
:
44
if
self
.
batch_norm
and
i
!=
len
(
d_k
)
-
1
:
3
W293:
blank line contains whitespace
16
17
28
1
E303:
too many blank lines (2)
52
def
forward
(
self
,
x
):