Skip to content

Commit

Permalink
Fix latex
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jun 21, 2024
1 parent f7b9539 commit 60a79fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/api/Lux/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Pages = ["utilities.md"]

Loss Functions Objects take 2 forms of inputs:

1. $y\hat$ and $y$ where $y\hat$ is the predicted output and $y$ is the target output.
2. `model`, `ps`, `st`, `(x, y)` where `model` is the model, `ps` are the parameters,
`st` are the states and `(x, y)` are the input and target pair. Then it returns the
loss, updated states, and an empty named tuple. This makes them compatible with the
[Experimental Training API](@ref Training-API).
1. $\hat{y}$ and $y$ where $\hat{y}$ is the predicted output and $y$ is the target output.
2. `model`, `ps`, `st`, `(x, y)` where `model` is the model, `ps` are the parameters,
`st` are the states and `(x, y)` are the input and target pair. Then it returns the
loss, updated states, and an empty named tuple. This makes them compatible with the
[Experimental Training API](@ref Training-API).

!!! warning

Expand Down

0 comments on commit 60a79fb

Please sign in to comment.