Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
svpino committed May 24, 2023
1 parent 0ea0568 commit df1c46e
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 221 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This session extends the [SageMaker Pipeline](https://docs.aws.amazon.com/sagema

### Assignments

1. The custom inference code we built during the Session accepts JSON requests. Modify the code to receive the input data in CSV or JSON format.
1. The custom inference code we built during Session 5 broke the ability for the endpoint to process more than one sample simultaneously. Modify the inference script to allow processing multiple samples at the same time. The output should be an array of JSON objects containing the prediction and the confidence corresponding to each input sample.

2. Load the test data and run every sample through the endpoint using a Predictor. Check the data the endpoint captured by downloading the files from the S3 location where you stored them.

Expand Down
Loading

0 comments on commit df1c46e

Please sign in to comment.