BasicSR icon indicating copy to clipboard operation
BasicSR copied to clipboard

TypeError: unsupported operand type(s) for *: 'float' and 'collections.OrderedDict' error when executing net_interp.py

Open aldogan17 opened this issue 1 year ago • 0 comments

I trained PSNR_x4 and ESRGAN_x4 models for my custom data. However, when I am trying to interpolate those two I am getting this error: TypeError: unsupported operand type(s) for *: 'float' and 'collections.OrderedDict' error. I also tried your models you provided in your google drive in the same script and it worked. Why are my custom models not working?

Thanks.

aldogan17 avatar Jun 06 '24 14:06 aldogan17