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

Error in the function call in assignment 2 in the file ConvolutionalNetworks.ipynb #3

Open
swap2ag opened this issue Mar 5, 2020 · 2 comments

Comments

@swap2ag
Copy link

swap2ag commented Mar 5, 2020

In the naive forward pass cell, line 8 is out, _ = sed_conv_im2col_forward(x, w, b, conv_param). But, it should be out, _ = conv_forward_naive(x, w, b, conv_param)

@MahanFathi
Copy link
Owner

I'm more than happy to merge your pull requests.

@swap2ag
Copy link
Author

swap2ag commented Oct 20, 2021

Okay, I will create one whenever I get free time

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

2 participants