Clayton Parnell

Results 28 comments of Clayton Parnell

From AWS SageMaker, we are trying to [update sagemaker-tensorflow-extensions to support TF 2.10.0](https://github.com/aws/sagemaker-tensorflow-extensions/pull/144), but are seeing this same error and it is blocking us from releasing the update.

Hi @Rizhiy , according to [SageMaker docs](https://sagemaker.readthedocs.io/en/stable/frameworks/pytorch/sagemaker.pytorch.html) "If `source_dir` is specified, then `entry_point` must point to a file located at the root of `source_dir`." I believe this may be coming...

@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...

@edwardps are there any updates we can share here?

Confirmed the keras test failure is not related to the image itself but the version of cuda-nvcc installed in test. Need to update test to install correct version (matching CUDA...

Seeing following errors leading to failures * `TypeError: 'coo_matrix' object is not subscriptable` - in https://github.com/scipy/scipy/issues/16059 it's acknowledged coo_matrix is not subscriptable, and this is expected behavior. Need to research...

Additional failure seen in 3.0 release (https://github.com/aws/sagemaker-distribution/pull/511) - the pytest version pinned in test_requirements is not compatible with python 3.12. Installing newer pytest version leads to failures like ``` E...

Seeing one failure (2.2.1 ``` FAILED tests/unit/sagemaker/monitor/test_model_monitoring.py::test_data_quality_monitor_update_failure - AssertionError: assert 'data-quality-job-definition-2024-12-17-23-07-31-506' != 'data-quality-job-definition-2024-12-17-23-07-31-506' ``` Ran this one locally, it passed ~50% of local times. Seems flaky.

Planning on trying to pull this in for 1.6.0. The required packages for local mode are `docker-ce-cli` and `docker-compose-plugin` Need to install similar to [this script](https://github.com/aws-samples/amazon-sagemaker-local-mode/blob/main/sagemaker_studio_docker_cli_install/sagemaker-debian-bullseye-cli-install.sh) to get the version...

Can you provide the environment.yml packages? And are these logs from /aws/sagemaker/studio cloudwatch group?