About 3,530,000 results
Open links in new tab
  1. 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 …

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

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

  5. python 3.x - Sagemaker SDK on lambda function - Stack Overflow

    Sep 16, 2023 · I'm getting the following message while running the Sagemaker SDK on my lambda function. I have installed the correct libraries that are comparable with python 3.11 and …

  6. How can I invoke AWS SageMaker endpoint to get inferences?

    Nov 21, 2018 · I want to get real time predictions using my machine learning model with the help of SageMaker. I want to directly get inferences on my website. How can I use the deployed …

  7. how to link s3 bucket to sagemaker notebook - Stack Overflow

    Aug 15, 2018 · I want to read the s3 bucket in a sagemaker notebook instance without having to download the hard disk. Can I get help with that?

  8. use existing EC2 instance in sagemaker studio - Stack Overflow

    Jan 22, 2024 · Like a few other managed services, SageMaker might "run on EC2" in the sense of using the same underlying compute platform and (a subset of) matching instance types - but …

  9. Can't get github repo to show up in Sagemaker studio

    Oct 15, 2023 · I'm working with AWS Sagemaker studio notebooks, and I am not sure how to get my git repo to show up or be of use in the Jupyter app. I have created a github repo resource …

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