Skip to content

Commit

Permalink
Update dsconv2d_real.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfuyihui authored Jun 29, 2022
1 parent 8e3fd61 commit 46857c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsconv2d_real.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 56,7 @@ def forward(self, x):
y = y * torch.sigmoid(y)
y = self.sconv(y)
y = self.dropout(y)
x = x y
y = x y
return y

if __name__ == '__main__':
Expand Down

0 comments on commit 46857c4

Please sign in to comment.