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
When I was testing, I encountered the following problem:
File "F:\MPRNet-main\Deraining\MPRNet.py", line 187, in forward
x = x + y
RuntimeError: The size of tensor a (480) must match the size of tensor b (481) at non-singleton dimension 3
Please tell me how to solve it.
The text was updated successfully, but these errors were encountered:
According to #78 and #14, you can run demo.py instead of Deraining/test.py. test.py only works on the given testing dataset which has resolution of 480x320, while demo.py has a block of code to handle images whose resolution is not a multiple of 16.
When I was testing, I encountered the following problem:
File "F:\MPRNet-main\Deraining\MPRNet.py", line 187, in forward
x = x + y
RuntimeError: The size of tensor a (480) must match the size of tensor b (481) at non-singleton dimension 3
Please tell me how to solve it.
The text was updated successfully, but these errors were encountered: