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
[...]
~/.local/lib/python3.5/site-packages/jaxlib/cusolver.py in gesvd(c, a, full_matrices, compute_uv)
195 dtype = a_shape.element_type()
196 b = 1
--> 197 m, n = a_shape.dimensions()
198 singular_vals_dtype = _real_type(dtype)
199
ValueError: too many values to unpack (expected 2)
This repro worked fine when I posted the issue. I guess this is a new bug?
The text was updated successfully, but these errors were encountered:
While rerunning the repro from #1259 (batched SVD) on jax version 0.1.45 I got a new error.
Repro:
Error:
This repro worked fine when I posted the issue. I guess this is a new bug?
The text was updated successfully, but these errors were encountered: