use example 
<https://github.com/Newmu/Theano-Tutorials/blob/master/5_convolutional_net.py>. 
How i can save and upload weights for recognition? I try to save with 
example:

>>> f = open('obj.save', 'wb')>>> cPickle.dump(parameters, f, 
>>> protocol=cPickle.HIGHEST_PROTOCOL)>>> f.close()

where params = [w, w2, w3, w4, w_o]

its make file with some data, but can not loaded it in parameters

-- 

--- 
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