Skip to content

Commit

Permalink
Fixing spelling error in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arcAman07 committed Apr 6, 2022
1 parent 3928ab9 commit cb5f279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/adjoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

This page exists to descibe how Zygote works, and how adjoints can be directly defined for Zygote.
Defining adjoints this way does not make them accessible to other AD systems, but does let you do things that directly depend on how Zygote works.
It allows for specific definitions of adjoints that are only defined for Zgyote (which might work differently to more generic definitions defined for all AD).
It allows for specific definitions of adjoints that are only defined for Zygote (which might work differently to more generic definitions defined for all AD).


The `@adjoint` macro is an important part of Zygote's interface; customising your backwards pass is not only possible but widely used and encouraged. While there are specific utilities available for common things like gradient clipping, understanding adjoints will give you the most flexibility. We first give a bit more background on what these pullback things are.
Expand Down

0 comments on commit cb5f279

Please sign in to comment.