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 am trying to implement quantization in a vmap function. However, what i need to know is the min max of the batched array, not an single element. My current implementation is as follow,
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.
-
Dear communities,
I am trying to implement quantization in a vmap function. However, what i need to know is the min max of the batched array, not an single element. My current implementation is as follow,
Although it is hidden behind lax.stop_gradient(), it fails to compile because "NotImplementedError: Differentiation rule for 'pmin' not implemented".
Best regards!
Beta Was this translation helpful? Give feedback.
All reactions