JuliaML / LossFunctions.jl

Julia package of loss functions for machine learning.
https://juliaml.github.io/LossFunctions.jl/stable
Other
147 stars 33 forks source link

Allow member variable of Losses to be Float32 #65

Closed Evizero closed 7 years ago

Evizero commented 7 years ago

We currently have somewhat of an inconsistency for what type member variables of Losses are.

Some are flexible

but some are hardcoded to Float64 for little reason. We should make them flexible as well