Skip to content

Is conv2d_gradfix really incompatible with PyTorch > 1.8? #30

@elimohl

Description

@elimohl

There is a check that doesn't allow to use conv2d_gradfix with PyTorch 1.9.0 (or later):

if any(torch.__version__.startswith(x) for x in ["1.7.", "1.8."]):

Is there really some specific functionality that only PyTorch 1.7 and 1.8 have, or is it the check outdated?

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