Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cac90a0

Browse files
authored
Merge pull request tensorflow#3977 from tensorflow/MarkDaoust-patch-2
Switch image link to https. Devsite wont load this over http.
2 parents c7c3970 + 490813b commit cac90a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/core/get_started/eager.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@
538538
"\n",
539539
"<table>\n",
540540
" <tr><td>\n",
541-
" <img src=\"http://cs231n.github.io/assets/nn3/opt1.gif\" width=\"70%\"\n",
541+
" <img src=\"https://cs231n.github.io/assets/nn3/opt1.gif\" width=\"70%\"\n",
542542
" alt=\"Optimization algorthims visualized over time in 3D space.\">\n",
543543
" </td></tr>\n",
544544
" <tr><td align=\"center\">\n",

0 commit comments

Comments
 (0)