Commit d5c0e4b0 authored by SOLARIS's avatar SOLARIS
Browse files

Fix wrong explanation

parent 78bb025c
...@@ -137,7 +137,7 @@ def batch_with_dynamic_pad(images_and_captions, ...@@ -137,7 +137,7 @@ def batch_with_dynamic_pad(images_and_captions,
Example: Example:
Actual captions in the batch ('-' denotes padded character): Actual captions in the batch ('-' denotes padded character):
[ [
[ 1 2 5 4 5 ], [ 1 2 3 4 5 ],
[ 1 2 3 4 - ], [ 1 2 3 4 - ],
[ 1 2 3 - - ], [ 1 2 3 - - ],
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment