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