Skip to content

Commit

Permalink
fix: typo in log-absolute-derivative of exponential transform (#3177)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixschltr committed Feb 2, 2023
1 parent 9a858da commit 8b6d331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/source/normalizing_flows_i.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"\\begin{align}\n",
"g(x) &= \\text{exp(x)}\\\\\n",
"g^{-1}(y) &= \\log(y)\\\\\n",
"\\log\\left(\\left|\\frac{dg}{dx}\\right|\\right) &= y.\n",
"\\log\\left(\\left|\\frac{dg}{dx}\\right|\\right) &= x.\n",
"\\end{align}\n",
"\n",
"\n",
Expand Down

0 comments on commit 8b6d331

Please sign in to comment.