"git@developer.sourcefind.cn:modelzoo/glm-4_pytorch.git" did not exist on "9d518ec9f518548de68c5dfe1b1ba6a5fd98e5f7"
Unverified Commit 2206bf54 authored by Billy Lamberta's avatar Billy Lamberta Committed by GitHub
Browse files

Merge pull request #4555 from lamberta/rename-eager-nb

Rename eager get started notebook to custom training walkthrough
parents eef72ed6 f473a938
...@@ -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": {},
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
}, },
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "source": [
"# Get Started with Eager Execution\n", "# Custom Training Walkthrough\n",
"\n", "\n",
"\n", "\n",
"<table align=\"left\"><td>\n", "<table align=\"left\"><td>\n",
...@@ -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