extension-ffi icon indicating copy to clipboard operation
extension-ffi copied to clipboard

Backward Test

Open griegler opened this issue 8 years ago • 1 comments

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?

griegler avatar Apr 23 '17 19:04 griegler

You can see an example with autograd.gradcheck right above this header.

apaszke avatar Apr 24 '17 08:04 apaszke