How to create an endpoint for multi-input custom model in sagemaker #2486
Answered
by
CEP-reperio
CEP-reperio
asked this question in
Help
-
I need to create an endpoint in sagemaker for a multi input model, the way to do it with Tensorflow 1 has been answered in this question https://stackoverflow.com/questions/56482322/how-to-use-multiple-inputs-for-custom-tensorflow-model-hosted-by-aws-sagemaker Does anyone know how to do same with Tensorflow 2 without using tf.compat.v1? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Answered by
CEP-reperio
Jun 24, 2021
Replies: 1 comment
-
I have found this to solve my problem https://stackoverflow.com/questions/59142040/tensorflow-2-0-how-to-change-the-output-signature-while-using-tf-saved-model |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CEP-reperio
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I have found this to solve my problem https://stackoverflow.com/questions/59142040/tensorflow-2-0-how-to-change-the-output-signature-while-using-tf-saved-model