Skip to content

Commit

Permalink
Merge pull request #2286 from SuryanarayanaY:patch-4
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 582517284
  • Loading branch information
copybara-github committed Nov 15, 2023
2 parents 60abeb0 + e865955 commit 35eceb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/tutorials/quickstart/beginner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"\n",
"## Load a dataset\n",
"\n",
"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:"
"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:"
]
},
{
Expand Down

0 comments on commit 35eceb1

Please sign in to comment.