Skip to content

Commit

Permalink
fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott committed Dec 4, 2024
1 parent c20ede2 commit f1a36f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/src/guide/models/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ end
# output
nothing
```

The same code will also work with `model1` instead.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/guide/models/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Under the hood, the Flux [`Flux.train!`](@ref) function uses *a loss function* a
julia> using Flux: train!
julia> opt = Descent()
Descent(0.1f0)
Descent(0.1)
julia> data = [(x_train, y_train)]
1-element Vector{Tuple{Matrix{Int64}, Matrix{Int64}}}:
Expand Down

0 comments on commit f1a36f8

Please sign in to comment.