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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: