Skip to content

Commit f07f445

Browse files
author
Ragav Venkatesan
authored
fix
1 parent 172b5b8 commit f07f445

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

sagemaker-python-sdk/tensorflow_abalone_age_predictor_using_layers/tensorflow_abalone_age_predictor_using_layers.ipynb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -213,16 +213,6 @@
213213
"\n",
214214
" If you do not specify `eval_metric_ops`, only `loss` will be calculated\n",
215215
" during evaluation."
216-
"\n",
217-
"The following piece of code explains this strategy in `model_fn`",
218-
"\n",
219-
"```python
220-
# Provide an estimator spec for `ModeKeys.EVAL` and `ModeKeys.TRAIN` modes.
221-
return tf.estimator.EstimatorSpec(
222-
mode=mode,
223-
loss=loss,
224-
train_op=train_op,
225-
eval_metric_ops=eval_metric_ops)```",
226216
]
227217
},
228218
{

0 commit comments

Comments
 (0)