update etsnet to psenet

This commit is contained in:
anzhengqi 2021-09-06 16:15:51 +08:00
parent c759dea52f
commit 3e821e6483
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ from .fpn import FPN
class PSENet(nn.Cell):
def __init__(self, config):
super(PESNet, self).__init__()
super(PSENet, self).__init__()
self.kernel_num = config.KERNEL_NUM
self.inference = config.INFERENCE
if config.INFERENCE: