"docs/git@developer.sourcefind.cn:change/sglang.git" did not exist on "4725e3f65218b441789b685c84dda810fcb62a79"
Commit 58e425da authored by Chris Shallue's avatar Chris Shallue Committed by GitHub
Browse files

Merge pull request #2380 from solaris33/master

Fix wrong explanation
parents 31470bd9 d5c0e4b0
...@@ -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