".github/git@developer.sourcefind.cn:change/sglang.git" did not exist on "4c8093c8dbe815ab0982b2c1caeaef49277a6e36"
Unverified Commit d135ed9c authored by Raymond Yuan's avatar Raymond Yuan Committed by GitHub
Browse files

Added github and colab links (#4972)

* nst colab

* downloaded py filed

* Removed text. Use gdoc for reviewing text, py for code

* update ipynb

* Removed google3 imports and added images

* nst update images

* final updates

* add github and colab links

* removed py file again
parent d64bcfe3
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
}, },
"source": [ "source": [
"# Neural Style Transfer with tf.keras\n", "# Neural Style Transfer with tf.keras\n",
"In this tutorial, we will learn how to use deep learning to compose images in the style of another image (ever wish you could paint like Picasso or Van Gogh?). This is known as**neural style transfer**! This is a technique outlined in [Leon A. Gatys' paper, A Neural Algorithm of Artistic Style](https://arxiv.org/abs/1508.06576), which is a great read, and you should definitely check it out. \n", "In this tutorial, we will learn how to use deep learning to compose images in the style of another image (ever wish you could paint like Picasso or Van Gogh?). This is known as **neural style transfer**! This is a technique outlined in [Leon A. Gatys' paper, A Neural Algorithm of Artistic Style](https://arxiv.org/abs/1508.06576), which is a great read, and you should definitely check it out. \n",
"\n", "\n",
"But, what is neural style transfer?\n", "But, what is neural style transfer?\n",
"\n", "\n",
...@@ -56,6 +56,20 @@ ...@@ -56,6 +56,20 @@
"**Time Estimated**: 30 min\n" "**Time Estimated**: 30 min\n"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<table class=\"tfo-notebook-buttons\" align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/tensorflow/models/blob/master/research/nst_blogpost/4_Neural_Style_Transfer_with_Eager_Execution.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://github.com/tensorflow/models/blob/master/research/nst_blogpost/4_Neural_Style_Transfer_with_Eager_Execution.ipynb\"><img src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View source on GitHub</a>\n",
" </td>\n",
"</table>"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
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