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

Improve/test conv lowering convmnist #120

Merged

Conversation

makoeppel
Copy link
Contributor

The test test_conv_lowering_convmnist() failed because produced and expected had one value which was to close (difference >1.e-5) I changed the rtol from assert np.isclose(produced, expected, rtol=1.e-4).all(). I also refactored the LowerConvsToMatMul class to make it more readable.

@maltanar
Copy link
Collaborator

Thanks @makoeppel ! Looks good. The GitHub Actions CI wasn't triggered for some reason so I took the liberty to merge main and run pre-commit on all files to make an additional push to your branch.

@maltanar maltanar merged commit 84ad7ae into fastmachinelearning:main Aug 16, 2024
5 checks passed
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.

4 participants