LuxDL/Lux.jl

upstream ForwardDiff rules to NNlib.jl

Open

#1,008 opened on Jul 16, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (700 stars) (84 forks)batch import
good first issueluxlib

Description

Code: https://github.com/LuxDL/LuxLib.jl/blob/3ef59f2e4175dfbbd383ebfb607bea1c8fe60738/src/impl/forward_diff.jl#L1-L50

Tests: https://github.com/LuxDL/LuxLib.jl/blob/main/test/others/forwarddiff_tests.jl

The main reason I haven't been able to do it is because of how the tests are structured which forces you to copy the code for different backends

Contributor guide