Can't deploy pretrained model even after following the documentation #3638
Unanswered
monika-prajapati
asked this question in
Help
Replies: 2 comments
-
Facing the exact same issue. Any help would be much appreciated! |
Beta Was this translation helpful? Give feedback.
0 replies
-
same issue here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a model that I want to deploy as a sagemaker endpoint. I followed this documentation
and did the following:
.
├── code
│ ├── inference.py
│ └── requirements.txt
└── model.pth
I created model.tar.gz with . as root, while in a directory containing
code
folder.My code in the sagemaker notebook looks like this
I got error
This is error in cloudwatch
Beta Was this translation helpful? Give feedback.
All reactions