Skip to content

Commit 42cc08b

Browse files
committed
Merge pull request lisa-lab#18 from nouiz/comment
Added comment about the GPU needed.
2 parents b23ef62 + 022931e commit 42cc08b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/lenet.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ Convolutional Neural Networks (LeNet)
1010
`floatX`_, `downsample`_ , `conv2d`_, `dimshuffle`_. If you intend to run the
1111
code on GPU also read `GPU`_.
1212

13+
To run this example on a GPU, you need a good GPU. First, it need
14+
at least 1G of GPU RAM and possibly more if your monitor is
15+
connected to the GPU.
16+
17+
Second, when the GPU is connected to the monitor, there is a limit
18+
of a few seconds for each GPU function call. This is needed as
19+
current GPU can't be used for the monitor while doing
20+
computation. If there wasn't this limit, the screen would freeze
21+
for too long and this look as if the computer froze. User don't
22+
like this. This example hit this limit with medium GPU. When the
23+
GPU isn't connected to a monitor, there is no time limit. You can
24+
lower the batch size to fix the time out problem.
25+
1326
.. _T.tanh: http://deeplearning.net/software/theano/tutorial/examples.html?highlight=tanh
1427

1528
.. _shared variables: http://deeplearning.net/software/theano/tutorial/examples.html#using-shared-variables

0 commit comments

Comments
 (0)