diff --git a/prezentacia/2.tex b/prezentacia/2.tex index 5cdb23a..1596406 100644 --- a/prezentacia/2.tex +++ b/prezentacia/2.tex @@ -117,7 +117,7 @@ type B = LibTorch; kompilátor to zastaví ešte pred spustením. \end{frame} -\begin{frame}[fragile]{Ako vyzerá model v Burn} +\begin{frame}[fragile]{Ako vyzerá model v Burn-e} \begin{lstlisting}[language=Rust, style=colouredRust] #[derive(Module)] pub struct MnistModel { @@ -125,7 +125,7 @@ pub struct MnistModel { linear2: Linear, activation: Relu, } -\end{lstlisting}] +\end{lstlisting} \vspace{0.5em} Derive makro \texttt{Module} automaticky vygeneruje: \begin{itemize} @@ -146,7 +146,7 @@ fn forward(&self, x: Tensor) -> Tensor { \end{frame} -\begin{frame}{Ako funguje autodiff v Burn} +\begin{frame}{Ako funguje autodiff v Burn-e} Burn zabalí ľubovoľný backend do autodiff vrstvy: \vspace{0.5em} \begin{enumerate} diff --git a/prezentacia/main/main.log b/prezentacia/main/main.log index 7a13258..e94671c 100644 --- a/prezentacia/main/main.log +++ b/prezentacia/main/main.log @@ -3183,7 +3183,7 @@ ona/iwonar.pfb> -Output written on main.pdf (13 pages, 95816 bytes). +Output written on main.pdf (13 pages, 95781 bytes). PDF statistics: 196 PDF objects out of 1000 (max. 8388607) 115 compressed objects within 2 object streams diff --git a/prezentacia/main/main.pdf b/prezentacia/main/main.pdf index 42d96c0..45360df 100644 Binary files a/prezentacia/main/main.pdf and b/prezentacia/main/main.pdf differ