how to re-package sagemaker model with lambda?

0

I have a sagemaker training process which dumps a model.tar file in a s3 bucket. I don't have access to this training code . I want to download the model.tar file from that s3 location, and repackage it with my own inference code , saved in some s3 bucket. i am aware that there is a way to package this in sagemaker via pipelines but are there any examples to do it in lambda?

1 回答
0
profile picture
专家
已回答 1 年前
  • @Riku_Kobayashi - not really, but thanks. i want to be able to download an existing model.tar file , unzip it and then add my own inference script then zip it back and upload it .

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容