Skip to content

Commit 4feda63

Browse files
Add sagemaker edge manager example notebook (#125)
* Add sagemaker edge manager example notebook * New revision with more context * Fix typo * Instruction updated to use notebook instances only
1 parent 0c1755e commit 4feda63

File tree

4 files changed

+1891
-0
lines changed

4 files changed

+1891
-0
lines changed

sagemaker_edge_manager/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Amazon SageMaker Edge Manager
2+
3+
SageMaker Edge Manager is a new service from Amazon SageMaker that lets you:
4+
5+
+ prepares custom models for edge device hardware
6+
+ includes a runtime for running machine learning inference efficiently on edge devices
7+
+ enables the device to send samples of data from each model securely to SageMaker for relabeling and retraining.
8+
9+
There are two main components to this service:
10+
11+
+ SageMaker Edge Manager in the Cloud
12+
+ SageMaker Edge Agent on the Edge device
13+
14+
15+
This notebook walks the user through steps for compiling a pre-trained model using AWS SageMaker Neo service. We show how to package this compiled model and then load it to the Agent on the Edge Device to make predictions with. Finally, we show how to capture model's input and output to S3 via the Agent.
16+
17+
- [SageMaker Edge Example](sagemaker_edge_example)
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)