1 Answer
- Newest
- Most votes
- Most comments
0
Hi Viraj, From what I can understand you are trying to bring a model that you trained in Colab into SageMaker and run inference. If that is the case, you can follow one of the approaches below: Bring your own model and use a pre built container as explained here: https://docs.aws.amazon.com/sagemaker/latest/dg/docker-containers-prebuilt.html
Or create your own inference container and bring it to SageMaker as explained here: https://docs.aws.amazon.com/sagemaker/latest/dg/docker-containers-adapt-your-own.html
In both cases you will be hosting the inference in SageMaker as a managed endpoint
answered 11 days ago
Relevant content
- Accepted Answerasked a month ago
- asked 2 years ago
- asked 3 days ago
- AWS OFFICIALUpdated 20 days ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 years ago