We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc999f commit 2f7592fCopy full SHA for 2f7592f
site/en/tutorials/keras/save_and_load.ipynb
@@ -385,7 +385,7 @@
385
"\n",
386
"batch_size = 32\n",
387
388
- "# calculate the number of batches per epoch\n",
+ "# Calculate the number of batches per epoch\n",
389
"import math\n",
390
"n_batches = len(train_images) / batch_size\n",
391
"n_batches = math.ceil(n_batches) # round up the number of batches to the nearest whole integer\n",
0 commit comments