Skip to content

Commit

Permalink
Merge pull request #296 from SciML/organize
Browse files Browse the repository at this point in the history
Reorganize
  • Loading branch information
utkarsh530 authored Sep 13, 2023
2 parents 609ac0a + c1ef39a commit 6b4528e
Show file tree
Hide file tree
Showing 37 changed files with 2,102 additions and 1,870 deletions.
2 changes: 1 addition & 1 deletion docs/src/examples/ad.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ println("Starting to train")
l1 = loss()
Flux.@epochs 10 Flux.train!(loss, Flux.params([pa]), data, opt; cb = cb)
Flux.train!(loss, Flux.params([pa]), data, opt; cb = cb)
```

Forward-mode automatic differentiation works as well, as demonstrated by its capability
Expand Down
Loading

0 comments on commit 6b4528e

Please sign in to comment.