Skip to content

Commit ac20b6c

Browse files
Update src/optimise/train.jl
Co-authored-by: Brian Chen <ToucheSir@users.noreply.github.com>
1 parent ecbe527 commit ac20b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optimise/train.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ batchmemaybe(x::Tuple) = x
8383
"""
8484
train!(loss, params, data, opt; cb)
8585
86-
`train!` uses a [Loss Functions](@ref) (`loss`) and training [Datasets](@ref) (`data`) to improve the
86+
`train!` uses a `loss` function and training `data` to improve the
8787
[Model parameters](@ref) (`params`) based on a pluggable [Optimisers](@ref) (`opt`).
8888
8989
For each datapoint `d` in `data`, compute the gradient of `loss` with

0 commit comments

Comments
 (0)