You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the caption.py, is it possible to enable batch captioning? Currently decoding is a bit slow.
Thank you!
Hi,
Sorry, we don't have a plan to modify it to the batch version, since decoding is an autoregressive process based on beam search, which is hard to track and align the sizes of a batch of matrices. However, u can refer to this link: https://zhuanlan.zhihu.com/p/167072494
By the way, may multiprocessing help to speed up without redesigning the batched beam search?
Hi,
Thanks for the repo! It is very functional!
For the caption.py, is it possible to enable batch captioning? Currently decoding is a bit slow.
Thank you!
The text was updated successfully, but these errors were encountered: