Open acere opened 1 year ago
I'm seeing the same thing in us-east-2 with the SKLearn, TensorFlow, and XGBoost estimators as well
Is this happening only in studio or for other jobs? This commit: https://github.com/aws/sagemaker-python-sdk/commit/019d5a4b232cd4d287dff35c6a8ba9681ed4c0ca added disable_profiler flag and botocore v1.29.33 seems to have this flag available as well
@acere Can you recreate new user and try again?
I got the same error message. Downgrade sagemaker to version 2.123.0 with the following command solved my problem:
pip install sagemaker==2.123.0
@acere are you still experiencing this issue? Running that notebook on Studio (Python 3 (Data Science), us-east-2) with sagemaker 2.128.0 right now, I am able to run all cells with no issue.
@claytonparnell the problem is still there on older (created before Dec 2022) SM Studio users. There isn't any issue with Studio users created after Dec 22 with any version of PySDK > 2.123.0
Ok, so solution would be to create a new sagemaker studio user now (after Dec 2022)?
This is solved by using sagemaker==2.123.0
, are there plans to fix this in newer versions?
PyTorch 1.13 and py39 are not available in 2.123. Is there an ETA for getting this fixed?
Creating a new user in the domain and then using sagemaker==2.143.0
worked for me.
I tried the same notebook on the same instance and did not have the issue.
I believe the issue is fixed on the latest Data Science image. Please try to shut down the kernel (from the top menu -> open Kernel -> Shut Down) and try again.
"Missing required parameter in ProfilerConfig: "S3OutputPath" Unknown parameter in ProfilerConfig: "DisableProfiler", must be one of: S3OutputPath, ProfilingIntervalInMilliseconds, ProfilingParameters"
I have this issue tried all of the suggestions above but none fix the issue!
Link to the notebook Train an TensorFlow model with a SageMaker Training Job and track it using SageMaker Experiments Describe the bug When executing the notebook the model training (8th cell in the notebook) fails with
Bugs replicated in SageMaker Studio domains in
ap-southeast-1
andus-east-2
To reproduce Run the notebook step by step
Logs Error trace:
SageMaker Python SDK version: 2.125.0 Boto3 version: 1.26.33
output of pip list: