Skip to content

Commit

Permalink
Modified docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Nov 26, 2024
1 parent a609062 commit 6e41a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/losses.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import Random
Random.seed!(123)
const d = 2
arch = GSympNet(d)
arch = Chain(Dense(d, d), Dense(d, d))
nn = NeuralNetwork(arch)
input_vec = [1., 2.]
Expand Down

0 comments on commit 6e41a04

Please sign in to comment.