Skip to content

Commit

Permalink
Merge pull request #100 from rahulunair/patch-2
Browse files Browse the repository at this point in the history
(fix): fixes example on readme
  • Loading branch information
chriselrod authored Aug 13, 2022
2 parents 8482290 + da95372 commit d737d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ schain = SimpleChain(
SquaredLoss(y)
);

p = randn(SimpleChains.numparam(schain));
p = SimpleChains.init_params(schain)
g = similar(p);

# Entirely in place evaluation
Expand Down

0 comments on commit d737d40

Please sign in to comment.