Skip to content

Commit 2f7592f

Browse files
authored
Update site/en/tutorials/keras/save_and_load.ipynb
1 parent dbc999f commit 2f7592f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/keras/save_and_load.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
"\n",
386386
"batch_size = 32\n",
387387
"\n",
388-
"# calculate the number of batches per epoch\n",
388+
"# Calculate the number of batches per epoch\n",
389389
"import math\n",
390390
"n_batches = len(train_images) / batch_size\n",
391391
"n_batches = math.ceil(n_batches) # round up the number of batches to the nearest whole integer\n",

0 commit comments

Comments
 (0)