-
My intention from my previous comment was to leave an issue open. I won't have time to look into a solution, but thought it would be useful to have an equinox specific config property that could conf…
-
I found[ a minimal implementation of NeRF model using JAX + Flax](https://www.kaggle.com/code/sauravmaheshkar/jax-flax-minimal-implementation-of-nerf).
I am thinking we could possibly port it into eq…
-
when installing plugin into an eclipse 2022-09 an installation error shows up:
Error message:
Cannot complete the install because one or more required items could not be found.
Software cur…
-
Hi @patrick-kidger,
Apologises for opening an issue as this is probably something I've missed, but is it at all possible to separate an `eqx.Module` object into a pure function and its parameters? …
-
![image](https://github.com/user-attachments/assets/72c387c7-1247-4ad2-82f4-9364371006c7)
It really shouldn't be like that.
-
```
./node_modules/moment/moment.js
Module not found: TypeCannot read properties of undefined (reading 'startsWith')
Import trace for requested module:
./node_modules/moment/moment.js
./node_mo…
-
Greetings!
I got custom Layers in equinox that look approximately like this.
```
class ProductLayer(InnerLayer):
child_layers: List[Union[SumLayer, InputLayer]]
edges: BCOO
cla…
-
I had a discussion about oomph not able to communicate through proxy anymore with Ed Merks already - see here: https://www.eclipse.org/forums/index.php/m/1861818/#msg_1861818
He suggests to open an…
-
Hi all, we would like to use Flowjax for [our package](https://github.com/eos). However, due to the legacy code and the fact that most of our users are still using Python 3.8, we were wondering if it …
-
Hello,
I am trying to solve a neural ODE using the `diffrax.ImplicitAdjoint()`, adaptive step sizing and the steady state event as proposed in the documentation. However, I get this error message w…