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

Missing a rewrite for replacements of gradients of Softmax with the SoftmaxGrad Op #679

Open
brandonwillard opened this issue Nov 26, 2021 · 0 comments
Labels
graph rewriting help wanted Extra attention is needed

Comments

@brandonwillard
Copy link
Member

I couldn't find any existing rewrite that is supposed to cover this situation: grad(softmax_graph) -> SoftmaxGrad where softmax_graph is the symbolic softmax expression not using the Softmax Op directly.

Originally posted by @ricardoV94 in #673 (comment)

@brandonwillard brandonwillard added help wanted Extra attention is needed graph rewriting labels Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graph rewriting help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant