Lux.jl
Lux.jl copied to clipboard
Automatic Differentiation Backends
Currently all our tests use Zygote. We should update test_gradient_correctness_fdm to compare across all AD packages and FiniteDifferences.
- [x] Zygote
- [x] Tracker
- [x] ReverseDiff
- [x] ForwardDiff
- [ ] Enzyme
- [ ] Diffractor (once it supports Reverse Mode AD properly)
(These are in no particular order)