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

Fix grad conv im2col #539

Merged
merged 7 commits into from
Sep 27, 2023
Merged

Fix grad conv im2col #539

merged 7 commits into from
Sep 27, 2023

Conversation

wsmoses
Copy link
Contributor

@wsmoses wsmoses commented Sep 26, 2023

Fixes #538

Required for #536

@CarloLucibello
Copy link
Member

I wonder how it is possible this path was never tested. Thank you for this quick fix! Can you add a test?

@wsmoses
Copy link
Contributor Author

wsmoses commented Sep 26, 2023

I have enabled the tests marked broken that should've checked for this. Let's see if they pass now.

@wsmoses
Copy link
Contributor Author

wsmoses commented Sep 26, 2023

Hm those fail for other reasons it seems, added an explicit distinct test.

Copy link
Member

@ToucheSir ToucheSir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM now, the remaining tests are actually fixed broken tests on the CUDA integration side. Will merge tonight unless you have more changes planned.

@wsmoses
Copy link
Contributor Author

wsmoses commented Sep 27, 2023

nope, am all done, go for it!

@ToucheSir ToucheSir merged commit 8da76bd into FluxML:master Sep 27, 2023
10 of 13 checks passed
@wsmoses wsmoses deleted the grad_conv_im2col branch September 27, 2023 00:44
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

Successfully merging this pull request may close these issues.

grad_conv! computes wrong answer
3 participants