for hub
parent
6c2a33fe51
commit
741c06c8eb
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
|
||||
from ppcls.modeling.architectures.resnet import ResNet18
|
||||
|
||||
|
||||
def ResNet18Test(**args):
|
||||
'''ResNet18Entry test
|
||||
'''
|
||||
model = ResNet18(**args)
|
||||
return model
|
||||
|
Loading…
Reference in New Issue