Skip to content

Commit

Permalink
Add ctc to Losses module
Browse files Browse the repository at this point in the history
  • Loading branch information
maetshju committed Jul 20, 2020
1 parent 9e31e53 commit 37efaa0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/losses/Losses.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ export mse, mae, msle,
tversky_loss,
dice_coeff_loss,
poisson_loss,
hinge_loss, squared_hinge_loss
hinge_loss, siquared_hinge_loss,
ctc

include("utils.jl")
include("functions.jl")
include("ctc.jl")

end #module
end #module

0 comments on commit 37efaa0

Please sign in to comment.