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/get_started/eager.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@
89
89
"\n",
90
90
"## TensorFlow programming\n",
91
91
"\n",
92
-
"There many [TensorFlow APIs](https://www.tensorflow.org/api_docs/python/) available, but we recommend starting with these high-level TensorFlow concepts:\n",
92
+
"There are many [TensorFlow APIs](https://www.tensorflow.org/api_docs/python/) available, but start with these high-level TensorFlow concepts:\n",
93
93
"\n",
94
94
"* Enable an [eager execution](https://www.tensorflow.org/programmers_guide/eager) development environment,\n",
95
95
"* Import data with the [Datasets API](https://www.tensorflow.org/programmers_guide/datasets),\n",
0 commit comments