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
Hello I am trying to rewrite my function using jax.lax.dynamic_slice_in_dim but I can not get it to work. I have shown the two examples below and would like to know what I am doing wrong.
The problem occurs when I set an element in smf to inf. Then I get different values.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I am trying to rewrite my function using jax.lax.dynamic_slice_in_dim but I can not get it to work. I have shown the two examples below and would like to know what I am doing wrong.
The problem occurs when I set an element in smf to inf. Then I get different values.
Example 1 (What I have always used):
Example 2 (When I use jax.lax.dynamic_slice_in_dim):
Beta Was this translation helpful? Give feedback.
All reactions