Skip to content

Commit

Permalink
also exporting FeedForwardLoss now.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Nov 26, 2024
1 parent acefa3a commit 2a43d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractNeuralNetworks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module AbstractNeuralNetworks

include("losses.jl")

export NetworkLoss
export NetworkLoss, FeedForwardLoss

include("pullback.jl")

Expand Down

0 comments on commit 2a43d7d

Please sign in to comment.