Skip to content

Commit c16e5d3

Browse files
he7d3rchiruu12
authored andcommitted
Update training_with_built_in_methods.py (keras-team#21098)
Clarify parameter name
1 parent 3d0fb62 commit c16e5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/training_with_built_in_methods.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,8 @@ def __getitem__(self, idx):
620620
"""
621621
To fit the model, pass the dataset instead as the `x` argument (no need for a `y`
622622
argument since the dataset includes the targets), and pass the validation dataset
623-
as the `validation_data` argument. And no need for the `batch_size` argument, since
624-
the dataset is already batched!
623+
as the `validation_data` argument. And no need for the `validation_batch_size`
624+
argument, since the dataset is already batched!
625625
"""
626626

627627
model = get_compiled_model()

0 commit comments

Comments
 (0)