LouisDesdoigts / dLux

Differentiable optical models as parameterised neural networks in Jax using Zodiax
https://louisdesdoigts.github.io/dLux/
BSD 3-Clause "New" or "Revised" License
50 stars 6 forks source link

Make `core.model()` take a single input. #197

Closed LouisDesdoigts closed 1 year ago

LouisDesdoigts commented 1 year ago

Currently you need to specify source= or sources= or scene=. These can just be type checked at runtime.

LouisDesdoigts commented 1 year ago

Done with PR #218