About 50 results
Open links in new tab
  1. Download an entire folder from AWS sagemaker to laptop

    Feb 28, 2019 · I have a folder with predicted masks on AWS Sagemaker. ( It has 4 folders inside it and lot of files inside those folders. ) I want to download the entire folder to my laptop.

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

    Sep 2, 2021 · Answer There is no one such resource from AWS that provides the comprehensive view of how to use SageMaker SDK Estimator to train and save models. Alternative Overview …

  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. Getting " [Errno 28] No space left on device" on AWS SageMaker …

    Jun 7, 2021 · I am running a notebook instance on Amazon Sagemaker and my understanding is that notebooks by default have 5GB of storage. I am running into [Errno 28] No space left on …

  5. How do I use Python 3.8+ in AWS Sagemaker? - Stack Overflow

    Mar 7, 2010 · I am using a Sagemaker Notebook Instance and created custom kernels for Python 3.8 and 3.9. I can select these kernels in my Notebook, but when I run sys.version, it shows …

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

    Nov 21, 2018 · Sagemaker endpoints are not publicly exposed to the Internet. So, you'll need some way of creating a public HTTP endpoint that can route requests to your Sagemaker …

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

    Sep 15, 2022 · I have an XGBoost model currently in production using AWS sagemaker and making real time inferences. After a while, I would like to update the model with a newer one …

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

    I am trying to train a neural network (Tensorflow) on AWS. I have some AWS credits. From my understanding AWS SageMaker is the one best for the job. I managed to load the Jupyter Lab …

  9. How do you clear the persistent storage for a notebook instance …

    Mar 31, 2021 · How do you clear the persistent storage for a notebook instance on AWS SageMaker? Asked 4 years, 8 months ago Modified 2 years, 7 months ago Viewed 11k times

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