Fix autodiff uninitialized data error (#329)
* fix autodiff on non-NGVM backends. NGVM initializes all tensors to zero on allocation while the other backends do not. Had to initialize vector before use. * change autodiff tests to use INTERPRETER
Showing
Please
register
or
sign in
to comment