tta_wrapper icon indicating copy to clipboard operation
tta_wrapper copied to clipboard

inference batch_size

Open yao-jason opened this issue 7 years ago • 1 comments

Could you explain why the batch_size must be 1 on inference mode?

yao-jason avatar Dec 25 '18 08:12 yao-jason

Could you explain why the batch_size must be 1 on inference mode?

Because your test set is one by one, you can only predict one result at a time. So batc_size is set to 1.

wusaifei avatar Sep 06 '19 01:09 wusaifei