You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When following the sample notebook referred to in the Deploy trained Keras or TensorFlow models using Amazon SageMaker blog post and specifying framework_version and 2.1.0 when defining TensorFlowModel I receive an UnexpectedStatusException that the Docker image does not exist.
UnexpectedStatusException: Error hosting endpoint sagemaker-tensorflow-2020-04-13-14-02-35-992: Failed. Reason: The image '520713654638.dkr.ecr.us-east-1.amazonaws.com/sagemaker-tensorflow:2.1.0-cpu-py2' does not exist.
I get the same image does not exist error for all of the following configurations
Expected behavior
I expected there to be prebuilt Docker images in the public AWS ECR for account ID 520713654638 following the format sagemaker-tensorflow:<tensorflow_version>-<processor>-<python_version> for all supported versions of TensorFlow, which the documentation indicates includes 2.1.0.
System information
A description of your system. Please provide:
Kernel: conda_tensorflow_p36
Framework name (eg. PyTorch) or algorithm (eg. KMeans): TensorFlow
Framework version: 2.1
Python version: 2 and 3 (bug appears for both)
CPU or GPU: CPU and GPU (bug appears for both)
Custom Docker image (Y/N): N
The text was updated successfully, but these errors were encountered:
Describe the bug
When following the sample notebook referred to in the Deploy trained Keras or TensorFlow models using Amazon SageMaker blog post and specifying
framework_version
and2.1.0
when definingTensorFlowModel
I receive anUnexpectedStatusException
that the Docker image does not exist.To reproduce
Deploy a pre-trained TF model by following the steps in Deploy trained Keras or TensorFlow models using Amazon SageMaker.
At Step 5, there is a line specifying
I substitute this for
and get
I get the same image does not exist error for all of the following configurations
Expected behavior
I expected there to be prebuilt Docker images in the public AWS ECR for account ID
520713654638
following the formatsagemaker-tensorflow:<tensorflow_version>-<processor>-<python_version>
for all supported versions of TensorFlow, which the documentation indicates includes 2.1.0.System information
A description of your system. Please provide:
The text was updated successfully, but these errors were encountered: