Skip to content

Commit 9543aff

Browse files
Update docs/src/training/zygote.md
Co-authored-by: Saransh <saransh0701@gmail.com>
1 parent bf49b66 commit 9543aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/training/zygote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Flux re-exports the `gradient` from [Zygote](https://github.com/FluxML/Zygote.jl
77
Flux uses primarily what Zygote calls "implicit" gradients, [described here](https://fluxml.ai/Zygote.jl/dev/#Explicit-and-Implicit-Parameters-1) in its documentation.
88

99
```@docs
10-
Zygote.gradient(f, pars::Zygote.Params)
10+
Zygote.gradient
1111
Zygote.Params
1212
Zygote.Grads
1313
```

0 commit comments

Comments
 (0)