From 7a9cff778c3c22118890a16fc229c592e409265d Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Sat, 25 Nov 2017 19:32:29 -0800 Subject: [PATCH] spelling fix --- .../data_distribution_types/data_distribution_types.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced_functionality/data_distribution_types/data_distribution_types.ipynb b/advanced_functionality/data_distribution_types/data_distribution_types.ipynb index 3c21fbd530..1b8ae57258 100644 --- a/advanced_functionality/data_distribution_types/data_distribution_types.ipynb +++ b/advanced_functionality/data_distribution_types/data_distribution_types.ipynb @@ -26,7 +26,7 @@ "\n", "## Background\n", "\n", - "Amazon SageMaker makes it easy to train machine learning models across a large number of machines. This a non-trivial process, but Amazon SageMaker Algorithms and pre-bruilt MXNet and TensorFlow containers hide most of the complexity from you. Nevertheless, there are decisions on how a user structures their data which will have an implication on how the distributed training is carried out. This notebook will walk through details on setting up your data to take full advantage of distributed processing.\n", + "Amazon SageMaker makes it easy to train machine learning models across a large number of machines. This a non-trivial process, but Amazon SageMaker Algorithms and pre-built MXNet and TensorFlow containers hide most of the complexity from you. Nevertheless, there are decisions on how a user structures their data which will have an implication on how the distributed training is carried out. This notebook will walk through details on setting up your data to take full advantage of distributed processing.\n", "\n", "---\n", "# Setup\n",