Skip to content

Commit

Permalink
Update residual_block.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jona te Lintelo committed Mar 22, 2023
1 parent f6a266c commit cf67ff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def forward(self, X):
if self.conv4:
X = self.bn4(self.conv4(X))
Y += X
return F.relu(Y)
return F.relu(Y)

0 comments on commit cf67ff8

Please sign in to comment.