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