Francesco Zanetta

Results 5 issues of Francesco Zanetta

Big thanks to the authors for this amazing library. As an xarray user I am expecting to benefit from it quite a lot :) While running some micro benchmarks on...

When instantiating a `nnx.dataclass` module, if the input to a `param_field` (or any `variable_field` actually) is a jax Array, a ValueError is raised because the value is assigned to the...

When I create a new parameter I can pass extra keyword arguments as metadata: ```python import dataclasses from flax.experimental import nnx foo = nnx.Param( 1.0, domain = "positive_real", ) print(foo)...

## Description Introduces `flax` / `nnx` as backend for the library. ## Tasks - [x] pass all standard tests - [x] pass integration tests - [x] check and eventually update...

enhancement
work-in-progress
breaking

## Type of changes - [ ] Bug fix - [x] New feature - [ ] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist -...

enhancement
help wanted