We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0e4e2 commit 74ad225Copy full SHA for 74ad225
README.md
@@ -17,7 +17,7 @@ The only requirement for the model is that it is differentiable[^1].
17
It is similar to [Captum][captum-repo] and [Zennit][zennit-repo] for PyTorch
18
and [iNNvestigate][innvestigate-repo] for Keras models.
19
20
-[^1]: More specifically, models currently have to be differentiable with [Zygote.jl](https://github.com/FluxML/Zygote.jl).
+[^1]: The automatic differentiation backend can be selected using [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
21
22
## Installation
23
This package supports Julia ≥1.10. To install it, open the Julia REPL and run
0 commit comments