Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clipping in gradient_wrt_input #32

Open
jankrepl opened this issue May 28, 2020 · 0 comments
Open

Clipping in gradient_wrt_input #32

jankrepl opened this issue May 28, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jankrepl
Copy link
Owner

jankrepl commented May 28, 2020

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 jankrepl added the enhancement New feature or request label May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant