Fastai wwf,timm trained (exported)model, loading in sagemaker endpoint error #664
Unanswered
m-ali-awan
asked this question in
Q&A
Replies: 1 comment
-
I think asking this in the walkwithfastai repo might be better suited. Believe this is something Zach has worked on. But, best to ask :) |
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 am trying to deploy fastai trained model (build using wwf(walk with fastai), and time), to sagemaker endpoint.
I have also included in required libraries as requirements.txt.
But the model is not bein able to loaded by load_learner:
This is my model-fn
So, in the screenshot it can be seen that "MODEL-LOADED" is not printed.
Comparing, for a simple fastai-trained model, as a demo, that is working.
So kindly help me with this.
Thanks alot.

Beta Was this translation helpful? Give feedback.
All reactions