About 50 results
Open links in new tab
  1. 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 …

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

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

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

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

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

  7. python 3.x - get_execution_role () sagemaker: …

    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 …

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

  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 …

  10. Pros and Cons of Amazon SageMaker VS. Amazon EMR, for …

    Sep 21, 2018 · SageMaker is an attempt to make Machine Learning easier and distributed. The marketplace provides out of the box algos and models for quick use. It's a great service if you …