Skip to content

Commit a41f298

Browse files
authored
Update training_with_built_in_methods.py
Clarify parameter name
1 parent f8b893f commit a41f298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/training_with_built_in_methods.py

+2-2
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)