Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aldogan17 opened this issue Jun 6, 2024 · 0 comments

Comments

@aldogan17
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant