I have a dataset with 64x256 images (I used these images in training as well). When I try to use predict.py, I get the following error:
RuntimeError: Padding size should be less than the corresponding input dimension, but got: padding (1, 1) at dimension 3 of input [1, 256, 7, 1]
Any help is appreciated.
I have a dataset with 64x256 images (I used these images in training as well). When I try to use predict.py, I get the following error:
RuntimeError: Padding size should be less than the corresponding input dimension, but got: padding (1, 1) at dimension 3 of input [1, 256, 7, 1]Any help is appreciated.