aws-samples / aws-samples/amazon-sagemaker-tensorflow-object-detection-api
a number of syntax is no longer available in Sagemaker >=2
Open
- Dominant language
- Python
- Stars
- 46
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
Hi there,
After go around with this repo, it seems that some syntax is not sync to the Sagemaker ver >=2.
`predictor = model.deploy(initial_instance_count, instance_type)`
_update_endpoint is a no-op in sagemaker>=2.
See: https://sagemaker.readthedocs.io/en/stable/v2.html for details._
`sagemaker.Session().delete_endpoint(predictor.endpoint)`
_The endpoint attribute has been renamed in sagemaker>=2.
See: https://sagemaker.readthedocs.io/en/stable/v2.html for details._
Could you have a look and update the latest version?
Thank you so much.
Contributor guide
Assessment
This issue has not been assessed yet.