Skip to content

Commit 58e425d

Browse files
authored
Merge pull request tensorflow#2380 from solaris33/master
Fix wrong explanation
2 parents 31470bd + d5c0e4b commit 58e425d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

im2txt/im2txt/ops/inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def batch_with_dynamic_pad(images_and_captions,
137137
Example:
138138
Actual captions in the batch ('-' denotes padded character):
139139
[
140-
[ 1 2 5 4 5 ],
140+
[ 1 2 3 4 5 ],
141141
[ 1 2 3 4 - ],
142142
[ 1 2 3 - - ],
143143
]

0 commit comments

Comments
 (0)