Unverified Commit cbbb2ffc authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

Merge pull request #5141 from staff0rd/patch-1

Docs: fix iteration count
parents cee7dd17 c69a8213
...@@ -621,7 +621,7 @@ ...@@ -621,7 +621,7 @@
"source": [ "source": [
"## Train the model\n", "## Train the model\n",
"\n", "\n",
"Train the model for 20 epochs in mini-batches of 512 samples. This is 20 iterations over all samples in the `x_train` and `y_train` tensors. While training, monitor the model's loss and accuracy on the 10,000 samples from the validation set:" "Train the model for 40 epochs in mini-batches of 512 samples. This is 40 iterations over all samples in the `x_train` and `y_train` tensors. While training, monitor the model's loss and accuracy on the 10,000 samples from the validation set:"
] ]
}, },
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment