Skip to content

Commit dc248cf

Browse files
authored
fix iteration count
Update the epoc/iteration count noted to match the code.
1 parent 13d83bc commit dc248cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/keras/basic_text_classification.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@
621621
"source": [
622622
"## Train the model\n",
623623
"\n",
624-
"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:"
624+
"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:"
625625
]
626626
},
627627
{
@@ -813,4 +813,4 @@
813813
]
814814
}
815815
]
816-
}
816+
}

0 commit comments

Comments
 (0)