Closed zhang5957 closed 3 years ago
I printed the size of the input data before entering the model,it shows torch.Size([3, 4, 4, 4]). And no matter how I modify the patch size, it doesn't change,can you help me?
You should make sure your data format is correct. If not, you can debug in the dataloader file
I used the default parameters and 512 * 512 image training,and still got the error