How to visualize Backward (and perhaps DoubleBackward) pass of variable?

it was kinda sitting their looking me right in the face and hiding in plain sight!

Which is true in most cases really!

But that just begs another question, why does PyTorch’s det function handle that fine then?

The issue with broadcasting is that not all functions do it. And so I guess that the det is handling it differently, leading to no error?

1 Like

The issue with broadcasting is that not all functions do it. And so I guess that the det is handling it differently, leading to no error?

It seems so!

Thank you for all the help! I’ve learnt a lot about debugging PyTorch from you, which should come in hand in the future! (And also that I need to respect the batch dimension!) Cheers! :smiley:

1 Like