Discussion:
[theano-users] Running into "NameError: global name 'CVM' is not defined" when using Theano
Avinash Thangali
2017-06-15 03:35:34 UTC
Permalink
I run into this error when I use Theano directly and from Keras. Both
install with pip and for python 2.7 without raising any errors. I'm running
this on a 64-bit version of Solaris, which I believe is a supported
platform for Theano according to PyPi. I've looked around for possible
causes of this error but they all seem to be related to windows users. The
one suggestion I found for Unix was rm -rf .theano from the root directory
but I tried that and I'm still getting this error.

What could be causing this issue?
--
---
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 theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Frédéric Bastien
2017-06-19 22:16:43 UTC
Permalink
Theano should work on Solaris, but we don't test it. What is the full error?

Probably the problem is that Theano don't find g++. Did you instead it?

Can you confirm you have Theano 0.9 or more recent?
Post by Avinash Thangali
I run into this error when I use Theano directly and from Keras. Both
install with pip and for python 2.7 without raising any errors. I'm running
this on a 64-bit version of Solaris, which I believe is a supported
platform for Theano according to PyPi. I've looked around for possible
causes of this error but they all seem to be related to windows users. The
one suggestion I found for Unix was rm -rf .theano from the root directory
but I tried that and I'm still getting this error.
What could be causing this issue?
--
---
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
For more options, visit https://groups.google.com/d/optout.
--
---
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 theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...