-
Bug bounty logistic details (click to expand)
To claim exclusive time to work on this bounty either post a comment here or message [skrastanov@umass.edu](mailto:skrastanov@umass.edu) with:
- y…
-
In relatively recent work (https://github.com/scipy/scipy/pull/20539), @izaid developed a more consistent API for the Legendre functions, and developed tools for evaluating the recurrences used in the…
-
Hi,
I have a question about the jacobian derivation of the depth error function in this paper:
Dense Visual SLAM for RGB-D Cameras (C. Kerl, J. Sturm, D. Cremers), In Proc. of the Int. Conf. on Int…
-
Hi all, I've edited the introductory Neural ODE example to highlight a problem I'm facing with two-level optimisation: first (outer) level wrt the `model`, and second (inner) level wrt a parameter `al…
-
xref (thanks @yakir12 for pointing this out!):
- https://github.com/JuliaGeometry/CoordinateTransformations.jl/issues/30
In OpenCV this is called the solvePnP function, I've looked at it before, a…
-
The first run of a large (>1000) system of ODEs, using an algorithm that has `autodiff=true ` as the default (i.e `AutoTsit5(Rosenbrock23())`) results in a very long compilation time.
Setting `auto…
-
The summary is that I've found an (edge) case in which:
- adding a `jax.jit` decorator can change the functional behaviour of the program;
- adding a `jax.jit` decorator can prohibit reverse-mode au…
-
I'm running into some trouble applying `optimistix.least_squares(fn, LevenbergMarquardt(...), x0)` to certain problems. From the error message below, my understanding of the root cause is that forward…
-
On trying to solve the system using an implicit solver from SciML such as `RadauIIA3`, we get the following error message.
```
Got exception outside of a @test
First call to automatic differe…
-