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 get_image_uri(region, 'xgboost') returns a previous version of XGBoost instead of the latest version. When the version is not explicitly specified the default behavior should be to return the latest.
WARNING:root:There is a more up to date SageMaker XGBoost image. To use the newer image, please set 'repo_version'='1.0-1'. For example:
get_image_uri(region, 'xgboost', '1.0-1').
Expected behavior
No warning should occur.
Screenshots or logs
Error:
WARNING:root:There is a more up to date SageMaker XGBoost image. To use the newer image, please set 'repo_version'='1.0-1'. For example:
get_image_uri(region, 'xgboost', '1.0-1').
System information
A description of your system. Please provide:
SageMaker Python SDK version: sagemaker 1.66.0
Framework name (eg. PyTorch) or algorithm (eg. KMeans): XGBoost
Additional context
Using SageMaker notebook instance with conda_python3 kernel.
The text was updated successfully, but these errors were encountered:
asimjalis
changed the title
get_image_uri should return latest version of XGBoost by default instead of a previous version
get_image_uri should return latest version of XGBoost by default instead of a previous version
Jun 27, 2020
@asimjalis Thanks for bringing this to our attention. We are redesigning the functionality to get the image URI in Python SDK v2, so we'll look into modifying the default behavior there: #1464
Describe the bug
get_image_uri(region, 'xgboost')
returns a previous version of XGBoost instead of the latest version. When the version is not explicitly specified the default behavior should be to return the latest.To reproduce
Code:
Output:
Error:
Expected behavior
No warning should occur.
Screenshots or logs
Error:
System information
A description of your system. Please provide:
Additional context
Using SageMaker notebook instance with
conda_python3
kernel.The text was updated successfully, but these errors were encountered: