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
mlstm_kernels/jax/recurrent/native_sequence_scan.py contains a call to jnp.array.axis(), which does not exist. Replacing this instead with jnp.array.ndim fixed the error for me. Thanks.