• Robert Kimball's avatar
    Fix autodiff uninitialized data error (#329) · 3269387e
    Robert Kimball authored
    * 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
    3269387e
backprop_derivative.hpp 5.07 KB