sagemaker-python-sdk icon indicating copy to clipboard operation
sagemaker-python-sdk copied to clipboard

A library for training and deploying machine learning models on Amazon SageMaker

Results 337 sagemaker-python-sdk issues
Sort by recently updated
recently updated
newest added

*Description of changes:* Implement test mechanism for Pipeline variables to check if they are compatible with downstream classes *Testing done:* N/A ## Merge Checklist _Put an `x` in the boxes...

**Describe the bug** When trying to deploy my Huggingface model through: ```python predictor = huggingface_model.deploy( endpoint_name = endpoint_name, serverless_inference_config = { "MemorySizeInMB": 1024, "MaxConcurrency": 2, } ) ``` I get...

bug

**Describe the bug** --------------------------------------------------------------------------- ``` ClientError Traceback (most recent call last) in 50 disable_profiler=True, 51 base_job_name=base_job_name, ---> 52 **kwargs 53 ) ~/anaconda3/envs/pytorch_latest_p37/lib/python3.7/site-packages/sagemaker/pytorch/estimator.py in __init__(self, entry_point, framework_version, py_version, source_dir, hyperparameters, image_uri,...

bug

**Describe the bug** clarify_processor.run_explainability throws TypeError: can't pickle SSLContext objects **To reproduce** 1. Create a sagemaker.Model object 2. Configure model_config = clarify.ModelConfig to point to this model 3. run clarify_processor.run_explainability...

bug
component: clarify

Is it possible to use Sagemaker Autopilot as a TrainingStep in a Pipeline? I've been looking through the documentation but couldn't find an example of how it can be implemented

type: feature request
type: question
component: pipelines

**Describe the feature you'd like** In order to be able to organise our S3 bucket in which the input and the outputs are being uploaded for our Sagemaker pipelines, we...

type: feature request
component: pipelines

**Describe the feature you'd like** The team that maintains the scikit learn container merged in and approved a PR for an image for `sklearn==1.0.2` as seen [here](https://github.com/aws/sagemaker-scikit-learn-container/pull/107) **How would this...

*Issue #, if available:* *Description of changes:* Upgrade PyYAML to be latest versions so that DLAMI can vend latest versions of SDK in their images. *Testing done:* ## Merge Checklist...

**Describe the bug** This issue is related to https://github.com/boto/boto3/issues/3365. I have been trying to pickle and unpickle a SageMaker step and the relevant part for this repo is the fact...

bug
component: pipelines

Please fill out the form below. ### System Information - **Framework (e.g. TensorFlow) / Algorithm (e.g. KMeans)**: MXNet/None - **Framework Version**: 1.1.0 - **Python Version**: 3.5 - **CPU or GPU**:...

type: feature request