You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, interesting! Thanks for the tip - I'll need to look into this, but it looks like it could be much cleaner :) I'm pretty busy these days, so if you're impatient and would like to submit a PR, I'd be happy to consider it!
From this link:
https://stackoverflow.com/questions/56085669/convolutional-layer-in-python-using-numpy
and
https://numpy.org/doc/stable/reference/generated/numpy.tensordot.html
Z = np.tensordot(X_pad, weights, axes=3) + self.bias
Does this function is more relevant that using im2col?
The text was updated successfully, but these errors were encountered: