Skip to content

Fix for matmul backward pass#4

Open
RS2007 wants to merge 1 commit intojoey00072:masterfrom
RS2007:fixing-matmul-backward
Open

Fix for matmul backward pass#4
RS2007 wants to merge 1 commit intojoey00072:masterfrom
RS2007:fixing-matmul-backward

Conversation

@RS2007
Copy link

@RS2007 RS2007 commented Apr 12, 2024

  • Fixed the matrix multiplication backward pass.(Fixes Backward pass for matmul gives an error #3 )
  • Added the failing test case to test_tinytorch.py
  • All tests in test_tinytorch.py are passing, other examples given in the repo also works (tiny_xor_net.py,mnist.py etc)

@RS2007 RS2007 changed the title Fix for #3 Fix for matmul backward pass Apr 12, 2024
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.

Backward pass for matmul gives an error

1 participant