You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/core/tutorials/estimators/linear.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@
95
95
},
96
96
"cell_type": "markdown",
97
97
"source": [
98
-
"This tutorial uses the `tf.estimator` API in TensorFlow to solve a benchmark binary classification problem. Estimators are TensorFlow's most scalable and production-oriented model type. For more information see the [Estimator guide](../../guide/estimators.md).\n",
98
+
"This tutorial uses the `tf.estimator` API in TensorFlow to solve a benchmark binary classification problem. Estimators are TensorFlow's most scalable and production-oriented model type. For more information see the [Estimator guide](https://www.tensorflow.org/guide/estimators).\n",
99
99
"\n",
100
100
"## Overview\n",
101
101
"\n",
@@ -138,7 +138,7 @@
138
138
},
139
139
"cell_type": "markdown",
140
140
"source": [
141
-
"And let's enable [eager execution](../../guide/eager.md) to inspect this program as we run it:"
141
+
"And let's enable [eager execution](https://www.tensorflow.org/guide/eager) to inspect this program as we run it:"
0 commit comments