mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-06-03 21:53:39 +08:00
add db++
This commit is contained in:
parent
9422629cc0
commit
1315cdfc86
@ -209,7 +209,6 @@ class ResNet(nn.Layer):
|
||||
for block in range(len(depth)):
|
||||
shortcut = False
|
||||
block_list = []
|
||||
# is_dcn = self.dcn_stage[block]
|
||||
for i in range(depth[block]):
|
||||
conv_name = "res" + str(block + 2) + chr(97 + i)
|
||||
basic_block = self.add_sublayer(
|
||||
|
Loading…
x
Reference in New Issue
Block a user