I am trying to use Theano on the Azure DSVM which is a preconfigured VM for Data Science. Is anyone aware of such a VM and does it support Theano out of the box?
WARNING (theano.configdefaults): g++ not detected ! Theano will be unable to execute optimized C-implementations (for both CPU and GPU) and will default to Python implementations. Performance will be severely degraded. To remove this warning, set Theano flags cxx to an empty string.
Anyone with some experience in this regard?
I have experienced the same issue since Theano has dependency on g++. So what i did is the following:
1) Install anaconda from here. 3) Open anaconda command prompt and write the following command. This will install Theano with all its dependencies including g++ and others.