Skip to content

Commit

Permalink
fix: remove old LossFunctions.jl dispatches
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 9, 2024
1 parent 7c842fd commit d958283
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
5 changes: 1 addition & 4 deletions ext/LuxReactantExt/LuxReactantExt.jl
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
module LuxReactantExt

using Enzyme: Enzyme, Const, Duplicated, Active
using LossFunctions: LossFunctions
using Optimisers: Optimisers
using Reactant: Reactant, @compile, TracedRArray
using Setfield: @set!
using Static: False
using Statistics: mean

using Lux: Lux, LuxOps, Training, LossFunctionImpl
using Lux: Lux, LuxOps, Training
using Lux.Training: TrainingBackendCache, ReactantBackend

include("overrides.jl")
include("training.jl")

end
24 changes: 0 additions & 24 deletions ext/LuxReactantExt/overrides.jl

This file was deleted.

0 comments on commit d958283

Please sign in to comment.