Skip to content

Commit e51b602

Browse files
authored
1 parent 5520ebe commit e51b602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flows.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def forward(self, inputs, cond_inputs=None):
5656

5757
class MADESplit(nn.Module):
5858
""" An implementation of MADE
59-
(https://arxiv.org/abs/1502.03509s).
59+
(https://arxiv.org/abs/1502.03509).
6060
"""
6161

6262
def __init__(self,
@@ -130,7 +130,7 @@ def forward(self, inputs, cond_inputs=None, mode='direct'):
130130

131131
class MADE(nn.Module):
132132
""" An implementation of MADE
133-
(https://arxiv.org/abs/1502.03509s).
133+
(https://arxiv.org/abs/1502.03509).
134134
"""
135135

136136
def __init__(self,

0 commit comments

Comments
 (0)