Skip to content

Commit 89ba33d

Browse files
Merge pull request #536 from wenqinlong:patch-2
PiperOrigin-RevId: 245289000
2 parents 972f9e3 + 25faaa7 commit 89ba33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/load_data/images.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@
840840
"\n",
841841
"1. The order is important.\n",
842842
"\n",
843-
" * A `.shuffle` before a `.repeat` would shuffle items across epoch boundaries (some items will ve seen twice before others are seen at all).\n",
843+
" * A `.shuffle` before a `.repeat` would shuffle items across epoch boundaries (some items will be seen twice before others are seen at all).\n",
844844
" * A `.shuffle` after a `.batch` would shuffle the order of the batches, but not shuffle the items across batches.\n",
845845
"\n",
846846
"1. We use a `buffer_size` the same size as the dataset for a full shuffle. Up to the dataset size, large values provide better randomization, but use more memory.\n",

0 commit comments

Comments
 (0)