Merge pull request #15 from ranjanan/RA/mse
Fix tiny bug in mse cost function
This commit is contained in:
commit
c22561c7eb
@ -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