Aneek

Results 3 comments of Aneek

hi @CloseChoice i am using it for some LSTM code, as i couldn't compute SHAP values. Now code is working, but I am getting the gradients as zero. Looking into...

> hi @CloseChoice > > i am using it for some LSTM code, as i couldn't compute SHAP values. Now code is working, but I am getting the gradients as...

What about call to `self._init_between_tensors(out.op, shap_rAnD)` in grad_graph function? I changed it to `self._init_between_tensors_eager(out.op, shap_rAnD, data..?)` but then got other errors. maybe if that is fixed, gradients would be correct