Skip to content

Commit e865955

Browse files
Fix the broken link of Mnist dataset in beginner.ipynb
This page contains hyperlink for Mnist dataset which is actually asking for credentials now. IMO, for this page the hyperlink may not required.Hence I propose to delete the hyperlink. Fixes TF ticket #62306 Thanks!
1 parent 60abeb0 commit e865955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/quickstart/beginner.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"\n",
126126
"## Load a dataset\n",
127127
"\n",
128-
"Load and prepare the [MNIST dataset](http://yann.lecun.com/exdb/mnist/). The pixel values of the images range from 0 through 255. Scale these values to a range of 0 to 1 by dividing the values by `255.0`. This also converts the sample data from integers to floating-point numbers:"
128+
"Load and prepare the MNIST dataset. The pixel values of the images range from 0 through 255. Scale these values to a range of 0 to 1 by dividing the values by `255.0`. This also converts the sample data from integers to floating-point numbers:"
129129
]
130130
},
131131
{

0 commit comments

Comments
 (0)