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. Is it possible to use docker commands in Sagemaker Studio

    May 14, 2023 · It is not possible to install docker in the SageMaker Studio. Is there a way to install and use it? $ sudo yum install docker Loaded plugins: ovl, priorities No package docker available.

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

  5. How to mount an EFS volume on AWS Sagemaker Studio

    Aug 7, 2020 · Workaround: Instead of mounting your old EFS, you can mount the SageMaker studio EFS onto an EC2 instance, and copy over the data manually. You would need the correct EFS …

  6. 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. …

  7. python - Sagemaker - No such file or directory - Stack Overflow

    Jul 28, 2022 · Sagemaker - No such file or directory Ask Question Asked 3 years, 7 months ago Modified 3 years, 7 months ago

  8. How to update an existing model in AWS sagemaker >= 2.0

    Sep 15, 2022 · In previous versions of sagemaker I could have updated the model with an extra argument passed to the .deploy() method called update_endpoint = True. In sagemaker >=2.0 this is …

  9. Where are files located in Sagemaker Studio? - Stack Overflow

    Jun 5, 2023 · SageMaker Studio is, in essence, just a theme for Jupyter with a few added features. In the below diagram, you can see that your Studio interface and files are hosted by the " JupyterServer …

  10. Which is lower cost, Sagemaker or EC2? - Stack Overflow

    Sep 6, 2018 · Sagemaker (try to) provides a fully configured environment and computing power with a seamless deployment model for you to start training your model on day one If you look at …