CogView2 icon indicating copy to clipboard operation
CogView2 copied to clipboard

what does parameter max-inference-batch-size truly mean?

Open whdcwsj opened this issue 3 years ago • 1 comments

I don't clearly understand what the parameter max-inference-batch-size means, What is the relationship between it and batch_size?

whdcwsj avatar Aug 15 '22 07:08 whdcwsj

the batch size fed into the networks when generating. If batch size is very large, max-inference-batch-size defined how much times to divide the generation.

Sleepychord avatar Sep 26 '22 02:09 Sleepychord