Closed suke27 closed 5 years ago
I encountered similar problem when I changed the --model from NTIRE2018_x8 to DBPN_x8 in the file eval.py. And I solved the problem after changing --model_type from DBPNNL to DBPN or other.
I hope this method is also useful for you. :)
yes, I also found it. thank you!
Hello, when I try to use DBPN_x8 model below error occurs RuntimeError: invalid argument 2: sizes do not match at /pytorch/torch/lib/THC/generic/THCTensorCopy.c:48
DBPN_x8.pth is it not for x8, any difference with NTIRE2018_x8.pth?