Skip to content

Commit 172b5b8

Browse files
authored
Update tensorflow_abalone_age_predictor_using_layers.ipynb
1 parent e427975 commit 172b5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker-python-sdk/tensorflow_abalone_age_predictor_using_layers/tensorflow_abalone_age_predictor_using_layers.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
" return EstimatorSpec(mode, predictions, loss, train_op, eval_metric_ops)\n",
137137
"```\n",
138138
"\n",
139-
"The **`model_fn`** requries three arguments:\n",
139+
"The **`model_fn`** requires three arguments:\n",
140140
"\n",
141141
"* **`features`**: A dict containing the features passed to the model via\n",
142142
" **`input_fn`**.\n",

0 commit comments

Comments
 (0)