Skip to content

Commit

Permalink
Copy-paste typo fix io_utils.py (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcolecumberri authored Oct 17, 2024
1 parent 7267cd2 commit 45dcf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autokeras/utils/io_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def image_dataset_from_directory(
Only used if `validation_split` is set.
# Returns
A `tf.data.Dataset` object, which yields a tuple `(texts, labels)`,
A `tf.data.Dataset` object, which yields a tuple `(images, labels)`,
where `images` has shape `(batch_size, image_size[0], image_size[1],
num_channels)` where `labels` has shape `(batch_size,)` and type of
tf.string.
Expand Down

0 comments on commit 45dcf4c

Please sign in to comment.