Skip to content

Commit d135ed9

Browse files
authored
Added github and colab links (tensorflow#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
1 parent d64bcfe commit d135ed9

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

research/nst_blogpost/4_Neural_Style_Transfer_with_Eager_Execution.ipynb

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"source": [
1010
"# Neural Style Transfer with tf.keras\n",
11-
"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",
11+
"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",
1212
"\n",
1313
"But, what is neural style transfer?\n",
1414
"\n",
@@ -56,6 +56,20 @@
5656
"**Time Estimated**: 30 min\n"
5757
]
5858
},
59+
{
60+
"cell_type": "markdown",
61+
"metadata": {},
62+
"source": [
63+
"<table class=\"tfo-notebook-buttons\" align=\"left\">\n",
64+
" <td>\n",
65+
" <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",
66+
" </td>\n",
67+
" <td>\n",
68+
" <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",
69+
" </td>\n",
70+
"</table>"
71+
]
72+
},
5973
{
6074
"cell_type": "markdown",
6175
"metadata": {},

0 commit comments

Comments
 (0)