Skip to content

Commit

Permalink
Update docs/src/interface/Custom Builders.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Blaom, PhD <[email protected]>
  • Loading branch information
EssamWisam and ablaom authored May 24, 2024
1 parent 4ad4ed5 commit ca78165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/interface/Custom Builders.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ following conditions:
- The object returned by `chain(x)` must be an `AbstractFloat` vector
of length `n_out`.

Alternatively, use `MLJFlux.@builder(neural_net)` to automatically create a builder for
Alternatively, use [`MLJFlux.@builder(neural_net)`](@ref) to automatically create a builder for
any valid Flux chain expression `neural_net`, where the symbols `n_in`, `n_out`,
`n_channels` and `rng` can appear literally, with the interpretations explained above. For
example,
Expand Down

0 comments on commit ca78165

Please sign in to comment.