Skip to content

Commit cb8497d

Browse files
Fix image paths for the penguin species and the network images
PiperOrigin-RevId: 427860090
1 parent 2c2ef3f commit cb8497d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

site/en/tutorials/customization/custom_training_walkthrough.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@
102102
"\n",
103103
"<table>\n",
104104
" <tr><td>\n",
105-
" ![\"Illustration of Chinstrap, Gentoo, and Adélie penguins\"](images/penguins_ds_species.png)\n",
105+
" <img src=\"https://www.tensorflow.org/tutorials/customization/images/penguins_ds_species.png\" alt=\"Illustration of Chinstrap, Gentoo, and Adélie penguins\"\n",
106+
" class=\"no-filter\">\n",
106107
" </td></tr>\n",
107108
" <tr><td align=\"center\">\n",
108109
" <b>Figure 1.</b> <a href=\"https://en.wikipedia.org/wiki/Chinstrap_penguin\">Chinstratp</a>, <a href=\"https://en.wikipedia.org/wiki/Gentoo_penguin\">Gentoo</a>, and <a href=\"https://en.wikipedia.org/wiki/Ad%C3%A9lie_penguin\">Adélie</a> penguins (Artwork by @allison_horst, CC BY-SA 2.0).<br/>&nbsp;\n",
@@ -364,7 +365,8 @@
364365
"\n",
365366
"<table>\n",
366367
" <tr><td>\n",
367-
" ![\"A diagram of the network architecture: Inputs, 2 hidden layers, and outputs\"](images/full_network_penguin.png)\n",
368+
" <img src=\"https://wwtensorflow.org/tutorials/customization/images/full_network_penguin.png\" alt=\"A diagram of the network architecture: Inputs, 2 hidden layers, and outputs\"\n",
369+
" class=\"no-filter\">\n",
368370
" </td></tr>\n",
369371
" <tr><td align=\"center\">\n",
370372
" <b>Figure 2.</b> A neural network with features, hidden layers, and predictions.<br/>&nbsp;\n",

0 commit comments

Comments
 (0)