Nathan Simpson
Nathan Simpson
Hi fax team! We're still making use of the `two_phase` method to implicitly differentiate through a maximum likelihood fit. In this context, I recently tried to add an additional root-finding...
Hi! I'm a big fan of the boilerplate code used to wrap `xarray` into a JAX-compatible entity -- I think this could have wider usage were it more well-known, especially...
Documents #1497.
Hi Patrick! I'm currently converting a Haiku codebase to use equinox, and there's a _lot_ of boilerplate that tries to construct MLPs before knowing the full size of the input...
# Description One of the main reasons minuit is the default optimizer is that it packages up fit results with uncertainties. We can do that for any fitting procedure using...
### Outline As I understand, `cabinetry` has within its scope to enable and drive an analysis that is fully differentiable. In order for this to work in practice, one should...
Hi! I'm running [this scene (`SurfaceExample`)](https://github.com/ManimCommunity/manim/blob/04bfa221075166a00eaa11fc9e9f0757f56625d2/example_scenes/opengl.py#L447) in the OpenGL examples, and I'm unable to create the `OpenGLTexturedSurface` because the `Sphere` object is not of type `OpenGLSurface` and has no `uv_func`...
Hi Patrick! With the recent shipping of `typeguard` in `jaxtyping` as of [this recent commit](https://github.com/patrick-kidger/jaxtyping/commit/72becb4951067dada605e085af2ff7bc09be4a11), I'm getting `ModuleNotFoundError: No module named 'typeguard'` in the context of ```python with install_import_hook("...", "typeguard.typechecked"):...
At the moment, the README suggests the following: ``` git clone [email protected]:NVIDIA/torch-harmonics.git cd torch-harmonics pip install -e . ``` In fact, for this to work on my machine, I needed...