Skip to content

Commit 16adda7

Browse files
MarkDaousttensorflower-gardener
authored andcommitted
Fix syntax error.
PiperOrigin-RevId: 532611852
1 parent 2665aad commit 16adda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vision/image_classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"exp_config = tfm.core.exp_factory.get_exp_config('resnet_imagenet')\n",
187187
"tfds_name = 'cifar10'\n",
188188
"ds,ds_info = tfds.load(\n",
189-
"tfds_name\n",
189+
"tfds_name,\n",
190190
"with_info=True)\n",
191191
"ds_info"
192192
]

0 commit comments

Comments
 (0)