Skip to content

Commit da3c33d

Browse files
authored
Merge pull request #99 from awslabs/nolliag-tf-abalone-keras-patch
Correct some minor grammatical issues.
2 parents 9517bf6 + 3aca355 commit da3c33d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sagemaker-python-sdk/tensorflow_abalone_age_predictor_using_keras/tensorflow_abalone_age_predictor_using_keras.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"source": [
124124
"## Defining a `model_fn`\n",
125125
"\n",
126-
"The script above implements a `model_fn` as the function resposible for implementing the model for training, evaluation, and prediction. The next section covers how to implement a `model_fn` using `Keras layers`. \n",
126+
"The script above implements a `model_fn` as the function responsible for implementing the model for training, evaluation, and prediction. The next section covers how to implement a `model_fn` using `Keras layers`. \n",
127127
"\n",
128128
"\n",
129129
"\n",
@@ -164,7 +164,7 @@
164164
"The body of the function performs the following tasks (described in detail in the\n",
165165
"sections that follow):\n",
166166
"\n",
167-
"* Configuring the model for the abalone predictor, this will be a neural\n",
167+
"* Configuring the model for the abalone predictor. This will be a neural\n",
168168
" network.\n",
169169
"* Defining the loss function used to calculate how closely the model's\n",
170170
" predictions match the target values.\n",
@@ -474,7 +474,7 @@
474474
"cell_type": "markdown",
475475
"metadata": {},
476476
"source": [
477-
"`estimator.fit` will deploy a script in a container for training and returs the SageMaker model name using the following arguments:\n",
477+
"`estimator.fit` will deploy a script in a container for training and returns the SageMaker model name using the following arguments:\n",
478478
"\n",
479479
"* **`entry_point=\"abalone.py\"`** The path to the script that will be deployed to the container.\n",
480480
"* **`training_steps=100`** The number of training steps of the training job.\n",
@@ -587,4 +587,4 @@
587587
},
588588
"nbformat": 4,
589589
"nbformat_minor": 2
590-
}
590+
}

0 commit comments

Comments
 (0)