pull/701/head
lyuwenyu 2021-03-24 10:40:57 +08:00
parent 6c2a33fe51
commit 741c06c8eb
1 changed files with 12 additions and 0 deletions

12
hubconf.py 100644
View File

@ -0,0 +1,12 @@
from ppcls.modeling.architectures.resnet import ResNet18
def ResNet18Test(**args):
'''ResNet18Entry test
'''
model = ResNet18(**args)
return model