Skip to content

Commit

Permalink
Update nn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd authored May 29, 2024
1 parent 427a80a commit 931b4d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api/nn.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ $\mathcal{L}_{style} := \sum_{p \in P} \frac{||(\psi_p^{I(\theta)})^T(\psi_p^{I(

```
## PerceptualLoss
$$\mathcal{L}_{perceptual} := \sum_{p \in P} \frac{||\psi_p^{I(\theta)} - \psi_p^{O}||_1}{N_{\psi_{p}}}$$

$\mathcal{L}_{perceptual} := \sum_{p \in P} \frac{||\psi_p^{I(\theta)} - \psi_p^{O}||_1}{N_{\psi_{p}}}$

- $N_{\psi_{p}}$: C * H * W of the p-th feature space.
- $\psi_{p}$: P-th feature space output.
Expand Down

0 comments on commit 931b4d8

Please sign in to comment.