deepdow icon indicating copy to clipboard operation
deepdow copied to clipboard

Clipping in gradient_wrt_input

Open jankrepl opened this issue 4 years ago • 0 comments

Currently, we implement one "Explainable" algorithm in deepdow.explain.gradient_wrt_input. The problem is that we do not restrict the values the input can have. One solution would be to implement some projection/clipping logic that takes place after each optimizer step and thus forces the values to be in a given range.

See https://arxiv.org/pdf/1702.04782.pdf

jankrepl avatar May 28 '20 16:05 jankrepl