Hi,
i'm new user of Theano.
currently, i loaded pickle i got from other site.
but it gave me error message like below.
Traceback (most recent call last):
File "cnn.py", line 18, in <module>
classifier = cPickle.load(gzip.open(modelFile))
File
"/home/jmkim/.local/lib/python2.7/site-packages/theano/gpuarray/type.py",
line 899, in GpuArray_unpickler
ctx = get_context(ctx_name)
File
"/home/jmkim/.local/lib/python2.7/site-packages/theano/gpuarray/type.py",
line 104, in get_context
raise ContextNotDefined("context name %s not defined" % (name,))
theano.gpuarray.type.ContextNotDefined: context name None not defined
is the pickle file wrong? or should i correct this using other option or
library?
Thanks
--
---
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/theano-users/93d93b01-d07b-41fa-be72-4869fb05c68a%40googlegroups.com.