Skip to content

Commit

Permalink
talk: use fragile frames only when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
elcorto committed Feb 4, 2024
1 parent a46eb46 commit 6483ecf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions talk/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
Scripts to generate C++ code (\co{libtorch.so}) and Python bindings.
\end{frame}

\begin{frame}[fragile]
\begin{frame}
\frametitle{Properties of reverse mode AD}
Apply all $\ve e_i$ \ra build $\ma J$ \emph{one row at a time}.
Efficient for "wide" $\ma J$ with $m\ll n$, best: one single reverse pass for $f(\ve x): \mathbb R^n \ra \mathbb R$ ($m=1$, first row)
Expand All @@ -406,7 +406,6 @@
}
\end{frame}

%%\begin{frame}[fragile]
\begin{frame}
\frametitle{\pytorch: Reverse mode example}
\begin{equation*}
Expand Down Expand Up @@ -444,7 +443,7 @@
}
\end{frame}

\begin{frame}[fragile]
\begin{frame}
\frametitle{Higher order fun}
\mintedfromfile{python}{code/higher_order_1.py}
\vspace{-0.3cm}
Expand Down

0 comments on commit 6483ecf

Please sign in to comment.