Skip to content

Commit 98684b0

Browse files
Joe Ngtensorflower-gardener
authored andcommitted
No public description
PiperOrigin-RevId: 597682386
1 parent 9a940e7 commit 98684b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/vision/dataloaders/maskrcnn_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def _parse_eval_data(self, data):
321321
data: the decoded tensor dictionary from TfExampleDecoder.
322322
323323
Returns:
324-
A dictionary of {'images': image, 'labels': labels} where
324+
A tuple of (image, labels) where
325325
image: image tensor that is preproessed to have normalized value and
326326
dimension [output_size[0], output_size[1], 3]
327327
labels: a dictionary of tensors used for training. The following

0 commit comments

Comments
 (0)