Skip to content

Commit 629312d

Browse files
label to labels
1 parent 9edcd05 commit 629312d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
"source": [
729729
"for images, label in ds.take(1):\n",
730730
" print('images.shape: ', images.shape)\n",
731-
" print('labels.shape: ', labels.shape)\n"
731+
" print('labels.shape: ', label.shape)\n"
732732
]
733733
},
734734
{

0 commit comments

Comments
 (0)