Improve whitespaces in docs
This commit is contained in:
parent
ab86e350f2
commit
ba80c2e8ab
|
@ -52,7 +52,7 @@ e.g.
|
|||
```julia
|
||||
function loss_total(xs::AbstractVector{<:Vector}, ys::AbstractVector{<:Vector})
|
||||
sum(zip(xs, ys)) do (x, y_target)
|
||||
y_pred = model(x) # evaluate the model
|
||||
y_pred = model(x) # evaluate the model
|
||||
return loss(y_pred, y_target)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue