Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tfrecords_guide.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"# This was done on purpose to read indexed png files\n",
"# in a special way -- only indexes and not map the indexes\n",
"# to actual rgb values. This is specific to PASCAL VOC\n",
"# dataset data. If you don't want thit type of behaviour\n",
"# dataset data. If you don't want this type of behaviour\n",
"# consider using skimage.io.imread()\n",
"from PIL import Image\n",
"import numpy as np\n",
Expand Down