We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbe527 commit ac20b6cCopy full SHA for ac20b6c
src/optimise/train.jl
@@ -83,7 +83,7 @@ batchmemaybe(x::Tuple) = x
83
"""
84
train!(loss, params, data, opt; cb)
85
86
-`train!` uses a [Loss Functions](@ref) (`loss`) and training [Datasets](@ref) (`data`) to improve the
+`train!` uses a `loss` function and training `data` to improve the
87
[Model parameters](@ref) (`params`) based on a pluggable [Optimisers](@ref) (`opt`).
88
89
For each datapoint `d` in `data`, compute the gradient of `loss` with
0 commit comments