!22961 modify etsnet to psenet

Merge pull request !22961 from anzhengqi/update-psenet
This commit is contained in:
i-robot 2021-09-07 12:02:13 +00:00 committed by Gitee
commit c270c72858
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: