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
I was validating my XLA implementation of the NNlib functions against the provided implemenations and failed to do so for ∇conv_filter. Upon closer inspecting, ∇conv_filter seems quite broken:
What should be the correct output in this case? Since with kernel size of (2, 2, 1, 1) and input size of (1, 1, 1, 1), it is expected that dy won't be of size (2, 2, 1, 1). So it should be throwing a dimension mismatch error, right?
I was validating my XLA implementation of the NNlib functions against the provided implemenations and failed to do so for ∇conv_filter. Upon closer inspecting, ∇conv_filter seems quite broken:
(notice the values changing so something is reading uninitialized memory).
The text was updated successfully, but these errors were encountered: