-
https://docs.aws.amazon.com/sagemaker/latest/dg/cdf-inference.html I have read above link, and I am wondering is there no way to input image file as png right away rather than JSON |
Beta Was this translation helpful? Give feedback.
Answered by
LiJell
Sep 20, 2022
Replies: 1 comment
-
I had to create and input serializer and deserializer class instance when I deploy model SageMaker SDK v2. you can find serializer and deserializer that offer from sagemaker on here You can make your own class as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LiJell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had to create and input serializer and deserializer class instance when I deploy model SageMaker SDK v2.
you can find serializer and deserializer that offer from sagemaker on here
You can make your own class as well.