You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a kernel that performs bilinear sampling of an input image given a set of coordinates and the image data. I would like to back prop through to the coordinates, but not to the image data. In this case I believe the image data gradient will be significantly more expense, so is there a way to disable computing its gradient?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a kernel that performs bilinear sampling of an input image given a set of coordinates and the image data. I would like to back prop through to the coordinates, but not to the image data. In this case I believe the image data gradient will be significantly more expense, so is there a way to disable computing its gradient?
Beta Was this translation helpful? Give feedback.
All reactions