PyTorch Developer Podcast
PyTorch Developer Podcast
Edward Yang, Team PyTorch
gradcheck
16 minutes Posted Jul 23, 2021 at 1:00 pm.
0:00
16:58
Download MP3
Show notes

We talk about gradcheck, the property based testing mechanism that we use to verify the correctness of analytic gradient formulas in PyTorch. I'll talk a bit about testing in general, property based testing and why gradcheck is a particularly useful property based test. There will be some calculus, although I've tried to keep the math mostly to intuitions and pointers on what to read up on elsewhere.

Further reading.