Skip to content

Commit

Permalink
Merge pull request #2486 from blegat/line
Browse files Browse the repository at this point in the history
Remove leading empty line in example
  • Loading branch information
ToucheSir authored Sep 30, 2024
2 parents 26f5c4f + c3b5cd0 commit eece505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/guide/models/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ julia> Flux.withgradient(g, nt)
Consider a simple linear regression, which tries to predict an output array `y` from an input `x`.

```julia

predict(W, b, x) = W*x .+ b

function loss(W, b, x, y)
Expand Down

0 comments on commit eece505

Please sign in to comment.