提交 b301ca18 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Fix typos and make the code display nicer (some other things seem to be missing from this slide).

上级 244b4841
......@@ -990,9 +990,11 @@ result, updates = theano.scan(
\end{lstlisting}
\begin{itemize}
\item Updates are needed if there is random number generated in the
\item Just pass them to the call theano.function(..., updates=updates)
\item The innfer function of scan take argument like this:
\item Updates are needed if there are random numbers generated in the inner function
\begin{itemize}
\item Pass them to the call theano.function(..., updates=updates)
\end{itemize}
\item The inner function of scan takes arguments like this:
scan: sequences, outputs\_info, non sequences
\end{itemize}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论