Fix tiny bug in mse cost function
This commit is contained in:
parent
ca0e20ed7a
commit
c773229136
@ -5,4 +5,4 @@ function mse!(Δ, pred, target)
|
||||
sumabs2(Δ)/2
|
||||
end
|
||||
|
||||
mse(pred, target) = mse(similar(pred), pred, target)
|
||||
mse(pred, target) = mse!(similar(pred), pred, target)
|
||||
|
Loading…
Reference in New Issue
Block a user