About 50 results
Open links in new tab
  1. Automatically "stop" Sagemaker notebook instance after inactivity?

    Dec 4, 2018 · I have a Sagemaker Jupyter notebook instance that I keep leaving online overnight by mistake, unnecessarily costing money... Is there any way to automatically stop the Sagemaker …

  2. Loading custom conda envs not working in SageMaker

    Aug 23, 2021 · I have installed miniconda on my AWS SageMaker persistent EBS instance. Here is my starting script: #!/bin/bash set -e # OVERVIEW # This script installs a custom, persistent installation …

  3. How to use SageMaker Estimator for model training and saving

    Sep 2, 2021 · How Amazon SageMaker Provides Training Information This section explains how SageMaker makes training information, such as training data, hyperparameters, and other …

  4. python 3.x - get_execution_role () sagemaker: UnknownServiceError ...

    Jan 6, 2023 · Upgrade your boto3 installation in your notebook by running this - %pip install --upgrade boto3. Once that's upgraded, restart your kernel and run the cells above, it should work as expected. …

  5. python - How to pass dependency files to sagemaker …

    Sep 3, 2021 · I need to import function from different python scripts, which will used inside preprocessing.py file. I was not able to find a way to pass the dependent files to SKLearnProcessor …

  6. "ModuleNotFoundError: No module named 'sagemaker.huggingface' …

    Mar 19, 2024 · I am trying to use the sagemaker.huggingface module to run a hugging face estimator as described in this blog, but I encounter the following error: ModuleNotFoundError: No module named …

  7. Options for stopping SageMaker endpoint to avoid charges

    May 9, 2023 · If I go to Amazon SageMaker > Endpoints, I the endpoint is listed as "InService", but there isn't a start/stop option - only a "delete" action: What are my best options to avoid incurring costs …

  8. How to add additional files in Sagemaker Pipeline Processing Step

    Nov 23, 2022 · The answer is similar to that of the question "How to install additional packages in sagemaker pipeline". Within the specified folder, there must be the script (in your case …

  9. amazon web services - AWS SageMaker on GPU - Stack Overflow

    the new sagemaker UI doesn't seem to list the GPU images I don't think this is a SageMaker Studio Notebook its a Sagemaker Notebook Instance which is the oringal sagemaker notebook environment …

  10. SageMaker failed to extract model data archive tar.gz for container ...

    Jan 25, 2021 · 6 I am trying in Amazon Sagemaker to deploy an existing Scikit-Learn model. So a model that wasn't trained on SageMaker, but locally on my machine. On my local (windows) machine I've …