Questions tagged with Amazon SageMaker
Content language: English
Sort by most recent
According to the [docs](https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-byoc-constraints.html):
> If the threshold is above the value of the specified datatype_check_threshold, this...
My team followed a tutorial on how to set K-Means model for prediction: https://sagemaker-examples.readthedocs.io/en/latest/sagemaker-python-sdk/1P_kmeans_highlevel/kmeans_mnist.html
After creating...
I have been following...
Let's say I have trained an object detection model using Pipe and manifest files. Let's say I have the model artifacts saved as a .tar.gz as well as the model endpoint ready. Let's say also that the...
Which type of EBS volume ( General-purpose SSD/ Provisioned IOPs type) is being attached to a Sagemaker Notebook instance. I see there is no provision to look up the type of EBS attached from the...
Hi, I wanted to raise awareness on this (please direct me if this is not the place to do so). I created a SageMaker endpoint and pass an image through the endpoint. It causes the error I've...
Hello,
Is it possible to pass hyperparameters to a PyTorchModel? For instance, in my training script, I would like to load data from the training bucket for use in inference. How would I provide...
Hello,
I am trying to use ml.p2.xlarge accelerated computing on a SageMaker Notebook Instance. This results in the following error. Has anyone encountered this before or have suggestions as to fix?...
Hello there! I am creating a pytorch realtime inference endpoint using sagemaker. My folder structure is as following:
```
endpoint
|_code
|_inference.py
|_requirements.txt
|_model.pt
```
I am...
Hello! I have created a ntm model and retrieved the vectors from the model, but is there a way to retrieve the actual topic words from the model? For example, lda has .print_topics() to review the...
What domain name should I give for free Sagemaker setup.
Is domain name required for free tier Sage Maker.
Please advice the steps.
Hi Dears, I need to set up an automated Sagemaker hyperparameter tuning job using the lambda function on a daily basis, Can you provide me a sample of a config file that works with the Random Forst...