About 11,200,000 results
Open links in new tab
  1. How to get a base image for Python 3.9+ when running …

    May 17, 2024 · I'm using Sagemaker in AWS Sagemaker Studio to try to run training jobs in script mode. Below is an example code snippet I'm trying to run: from sagemaker.xgboost.estimator …

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

  3. amazon web services - AWS SageMaker - Stack Overflow

    Dec 6, 2020 · SageMaker will inject the directory where your model files and sub-directories, saved by save, have been mounted. Your model function should return a model object that …

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

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

  6. How can we make asynchronous requests to Sagemaker endpoints

    Sep 5, 2023 · Asynchronous Inference with SageMaker is a specific SageMaker Hosting feature this is not related to the asyncio Python class. Async Inference enables you to queue requests …

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

  8. "ModuleNotFoundError: No module named …

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

  9. Read and write files in local structure when automating notebooks …

    Jun 19, 2024 · I have written a Jupyter Notebook within AWS Sagemaker Studio Classic that Reads a self-written module (in a sub-folder called utils, complete with an __init__.py) Reads …

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