milesial/Pytorch-UNet

can't change batch_size

wisezhou opened this issue · 2 comments

i can't change batch_size from 1 to 2 ,the error is called RuntimeError: Trying to resize storage that is not resizable.
image

same errors

This error may occur if some images or labels in your dataset have different sizes.