forked from BlueAmulet/ESRGAN
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Interpolation doesn't seem to work with ERSGAN+ models. It throws the following error:
upscale.py, line 303, in load_model
state_dict[k] = (int(interps[0].split("@")[1]) / 100) * v_1 + (
TypeError: unsupported operand type(s) for *: 'float' and 'collections.OrderedDict'
Looks like v_1 is an ordered dictionary for ERSGAN+ models rather than a tensor.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels