-
@michaelhsieh42 This is a great example, but I'm learning to use AWS and I'm trying to run it in a Sagemaker notebook and have some problems, so maybe not exactly an issue.
1. In file `sagemaker_tr…
-
In Chapter 4, Factorization Machines Notebook in the "Deploy Model" section there is an issue after creating the endpoint. While attempting to run this code:
'fm_predictor.content_type = "applicat…
-
As nudged by @mrocklin I'm opening this to discuss areas of Dask's visual identity that could do with updating.
Two areas I would like to focus on are the [documentation theme](https://github.com/d…
-
Rather than use the full AWS Sagemaker infrastructure we used in 2020, we would like to try serving the segmentation labeling jobs through a notebook that relies on the artifacts produced in #349
Tas…
-
Hi,
I followed the documentation in [https://huggingface.co/docs/sagemaker/inference](here) to setup an endpoint hosting a sentiment analysis model. However, when passed in `inputs` larger than 512…
-
Currently the keras progress bar does not render nicely when we pull the logs to see progress on training which prevents us from using SageMaker more
-
Overall, this looks great! Here's my feedback on the documentation:
* In your [decision tree](https://github.com/aws-samples/reinvent2021-aim408-high-performance-cost-effective-model-deployment-ama…
-
Hi, first I want to thank you for developing this. I would like to use a multi-model endpoint with Sagemaker Tensorflow Serving Container, but there are some things that confuse me. Any feedback or an…
-
# 🚀 Feature request
Over at EleutherAI we've recently released a 20 billion parameter autoregressive gpt model (see [gpt-neox](https://github.com/EleutherAI/gpt-neox) for a link to the weights). It…
-
I want to load nii.gz file from s3 and apply transform on that image.
LoadImaged in compose need file path as input. But when i load image as object. So i feel transfrom is failing as LoadImaged cant…