Skip to content

ERSGAN+ Interpolation #19

@keg247

Description

@keg247

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions