pull/701/head
lyuwenyu 2021-03-24 10:58:49 +08:00
parent 741c06c8eb
commit f22ad2e406
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ from ppcls.modeling.architectures.resnet import ResNet18
def ResNet18Test(**args):
'''ResNet18Entry test
'''lyuwenyu/PaddleClas/hub_L
ResNet18Entry test
'''
model = ResNet18(**args)
return model