CS231
CS231 copied to clipboard
Error in the function call in assignment 2 in the file ConvolutionalNetworks.ipynb
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)
I'm more than happy to merge your pull requests.
Okay, I will create one whenever I get free time