Skip to content

Commit

Permalink
删除一行无用代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Bourne-M committed Apr 4, 2021
1 parent 2e823e8 commit 2a0a8f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torchocr/networks/heads/DetDbHead.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def __init__(self, in_channels):
stride=2)
self.conv_bn2 = nn.BatchNorm2d(in_channels // 4)
self.conv3 = nn.ConvTranspose2d(in_channels=in_channels // 4, out_channels=1, kernel_size=2, stride=2)
nn.Sigmoid()

def load_3rd_state_dict(self, _3rd_name, _state):
pass
Expand Down

0 comments on commit 2a0a8f7

Please sign in to comment.