"vscode:/vscode.git/clone" did not exist on "56a2eda16957408fd9515be5b448ad5b6816c90f"
Commit f473a938 authored by Billy Lamberta's avatar Billy Lamberta
Browse files

Add next steps to point to other notebooks

parent 8cc7c8e7
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"nbformat_minor": 0, "nbformat_minor": 0,
"metadata": { "metadata": {
"colab": { "colab": {
"name": "eager.ipynb", "name": "custom-training-walkthrough.ipynb",
"version": "0.3.2", "version": "0.3.2",
"views": {}, "views": {},
"default_view": {}, "default_view": {},
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
"2. Train this model on example data, and\n", "2. Train this model on example data, and\n",
"3. Use the model to make predictions about unknown data.\n", "3. Use the model to make predictions about unknown data.\n",
"\n", "\n",
"Machine learning experience isn't required, but you'll need to read some Python code.\n", "Machine learning experience isn't required, but you'll need to read some Python code. For more eager execution guides and examples, see [these notebooks](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/eager/python/examples/notebooks).\n",
"\n", "\n",
"## TensorFlow programming\n", "## TensorFlow programming\n",
"\n", "\n",
...@@ -1268,6 +1268,18 @@ ...@@ -1268,6 +1268,18 @@
"\n", "\n",
"To dig deeper into machine learning models, take a look at the TensorFlow [Programmer's Guide](https://www.tensorflow.org/programmers_guide/) and check out the [community](https://www.tensorflow.org/community/)." "To dig deeper into machine learning models, take a look at the TensorFlow [Programmer's Guide](https://www.tensorflow.org/programmers_guide/) and check out the [community](https://www.tensorflow.org/community/)."
] ]
},
{
"metadata": {
"id": "xJAYB2eSWcTv",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"## Next steps\n",
"\n",
"For more eager execution guides and examples, see [these notebooks](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/eager/python/examples/notebooks)."
]
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment