Hi, I,m use cnn example 
<https://github.com/Newmu/Theano-Tutorials/blob/master/5_convolutional_net.py> 
from 
tuthorial with mnist dataset. I make new dataset and it include 100X100 
pixels images. How i can change example?

if i change weight arrays i have:

  File 
"/home/kuskov/PycharmProjects/trafficSignRecognition/signRecognitionCNN/testcnn.py",
 
line 84, in <module>
    w4 = init_weights((412 * 30 * 30, 9409))
  File 
"/home/kuskov/PycharmProjects/trafficSignRecognition/signRecognitionCNN/testcnn.py",
 
line 15, in init_weights
    return theano.shared(floatX(np.random.randn(*shape) * 0.01))
  File "mtrand.pyx", line 1680, in mtrand.RandomState.randn 
(numpy/random/mtrand/mtrand.c:17783)
  File "mtrand.pyx", line 1810, in mtrand.RandomState.standard_normal 
(numpy/random/mtrand/mtrand.c:18250)
  File "mtrand.pyx", line 163, in mtrand.cont0_array 
(numpy/random/mtrand/mtrand.c:2196)
MemoryError

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to