image-embedding
copied
add save_model
Signed-off-by: gexy5 <xinyu.ge@zilliz.com>
@ -100,6 +100,7 @@ class TimmImage(NNOperator):
# op = TimmImage('resnet50')
# out = op(img)
# print(out)
# op.model = torch.jit.load('resnet50.pt')
# out2 = op(img)
# print(out2)
#