Skip to content

Commit 205c493

Browse files
committed
add missing import
1 parent c5696d0 commit 205c493

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/lenet.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,12 @@ one of Figure 1. The input consists of 3 features maps (an RGB color image) of s
194194

195195
.. code-block:: python
196196

197+
import theano
198+
from theano import tensor as T
197199
from theano.tensor.nnet import conv
200+
201+
import numpy
202+
198203
rng = numpy.random.RandomState(23455)
199204

200205
# instantiate 4D tensor for input

0 commit comments

Comments
 (0)