Skip to content

Where are the derivative rules for conv_general_dilated #12430

Answered by hawkinsp
Rasmuskh asked this question in General
Discussion options

You must be logged in to vote

You're looking for the transpose rules here: https://github.com/google/jax/blob/fc2902c6ac2e7b7f228e6637a3fc97698fc1b1cf/jax/_src/lax/convolution.py#L427

Convolution is linear in both its arguments, so we have only transpose rules, not jvp rules. See the documentation for more details!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Rasmuskh
Comment options

Answer selected by Rasmuskh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants