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

Is conv2d_gradfix really incompatible with PyTorch > 1.8? #30

Open
elimohl opened this issue Jun 20, 2022 · 0 comments
Open

Is conv2d_gradfix really incompatible with PyTorch > 1.8? #30

elimohl opened this issue Jun 20, 2022 · 0 comments

Comments

@elimohl
Copy link

elimohl commented Jun 20, 2022

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?

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