提交 8c1682c0 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Reduce the size of the font for the error messages to make them fit in the slide.

上级 d1d062e7
......@@ -643,6 +643,7 @@ f(np.ones((2,)), np.ones((3,)))
\lstset{language=Python,
commentstyle=\itshape\color{blue},
stringstyle=\color{violet},
basicstyle=\scriptsize
}
\begin{lstlisting}
Traceback (most recent call last):
......@@ -668,6 +669,7 @@ Inputs scalar values: ['not scalar', 'not scalar', 'not scalar']
\lstset{language=Python,
commentstyle=\itshape\color{blue},
stringstyle=\color{violet},
basicstyle=\footnotesize
}
\begin{lstlisting}
HINT: Re-running with most Theano optimization
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论