Skip to content

Commit ecfc936

Browse files
author
Baichuan Sun
committed
fix: typos
1 parent b0be942 commit ecfc936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ The details of these steps are described in `notebook/04_SageMaker.ipynb` [[link
534534

535535
### Real-time Inference with Python SDK
536536

537-
Read an sample image.
537+
Read a sample image.
538538

539539
```python
540540
file_name = "street_view_of_a_small_neighborhood.png"
@@ -569,7 +569,7 @@ plt.show()
569569

570570
### What's Next
571571

572-
With an inference endpoint up and running, one could levearge its full power by exploring other features that are important for a Machine Learning product, including [AutoScaling](https://docs.aws.amazon.com/sagemaker/latest/dg/endpoint-auto-scaling.html), Model monitoring with [Human-in-the-loop (HITL)](https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-use-augmented-ai-a2i-human-review-loops.html) using Amazon Augmented AI ([A2I](https://aws.amazon.com/augmented-ai/)), and modeling iteration.
572+
With an inference endpoint up and running, one could levearge its full power by exploring other features that are important for a Machine Learning product, including [AutoScaling](https://docs.aws.amazon.com/sagemaker/latest/dg/endpoint-auto-scaling.html), Model monitoring with [Human-in-the-loop (HITL)](https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-use-augmented-ai-a2i-human-review-loops.html) using Amazon Augmented AI ([A2I](https://aws.amazon.com/augmented-ai/)), and incremental modeling iteration.
573573

574574
### Clean Up
575575

0 commit comments

Comments
 (0)