Skip to content

Commit

Permalink
Removed unnecessary WeightInitializers import
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaskl97 committed Jan 24, 2025
1 parent 8ca7f04 commit bdf3b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/Layers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using Static: Static

using ForwardDiff: ForwardDiff

using Lux: Lux, LuxOps, StatefulLuxLayer, WeightInitializers
using Lux: Lux, LuxOps, StatefulLuxLayer
using LuxCore: LuxCore, AbstractLuxLayer, AbstractLuxContainerLayer, AbstractLuxWrapperLayer
using MLDataDevices: get_device, CPUDevice
using NNlib: NNlib
Expand Down

0 comments on commit bdf3b78

Please sign in to comment.