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
if i change batch size bigger than 2, there is a error like this: RuntimeError: The size of tensor a (10) must match the size of tensor b (2) at non-singleton dimension 1
how can i fix it?thank you!
The text was updated successfully, but these errors were encountered:
In our experiment, the batch_size is always 1, so in our code, we do not support batch_size > 1. If you need to increase the batch_size, you need to change the several lines of code related to dataloader and loss functions.
if i change batch size bigger than 2, there is a error like this:
RuntimeError: The size of tensor a (10) must match the size of tensor b (2) at non-singleton dimension 1
how can i fix it?thank you!
The text was updated successfully, but these errors were encountered: