extension-ffi
extension-ffi copied to clipboard
Backward Test
Hi, Would it be possible to extent test.py to show how to use finite differences to check the backward implementation? Or is there any other resource on this topic than the test directory in the main pytorch repository?
You can see an example with autograd.gradcheck right above this header.