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
Hi, I am very interested in your awesome work, I want to speedup by increasing the inference batch size, but find the code assert args.bs == 1, "Current implementation only support [batch size = 1]!"
I am curious why it only support bz=1, while the training batch size can be > 1
The text was updated successfully, but these errors were encountered:
Hi, I am very interested in your awesome work, I want to speedup by increasing the inference batch size, but find the code
assert args.bs == 1, "Current implementation only support [batch size = 1]!"
I am curious why it only support bz=1, while the training batch size can be > 1
The text was updated successfully, but these errors were encountered: