pull/1/head
hubenyi 2020-04-02 14:33:49 +08:00
parent 24176311cd
commit cf242705fa
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ from ...registry import BACKBONES
@BACKBONES.register
class ft_net(BackboneBase):
def __init__(self):
def __init__(self):
pass
def forward(self, x):