System Information
- Framework (e.g. TensorFlow) / Algorithm (e.g. KMeans): TensorFlow/Neural Network
- Framework Version: 1.12
- Python Version: 3.6
- CPU or GPU: CPU
- Python SDK Version: 1.16.3 (and 1.18.3 also)
- Are you using a custom image: No
Describe the problem
|
r'^sagemaker(?:-rl)?-(tensorflow|mxnet|chainer|pytorch|scikit-learn):(.*)-(.*?)-(py2|py3)$') |
This function does not parse container images in the form of "sagemaker-tensorflow-scriptmode".
- Exact command to reproduce:
from sagemaker.fw_utils import framework_name_from_image
framework_name_from_image("520713654638.dkr.ecr.eu-west-1.amazonaws.com/sagemaker-tensorflow-scriptmode:1.12-cpu-py3")