Discussion:
[theano-users] Python stops working when importing theano.
Rohit Dulam
2017-06-01 08:17:40 UTC
Permalink
When i try to import theano, a window pops up saying python.exe has
stopped. What is the problem? The contents of my .theanorc file are given
below.

[global]
floatX = float32
device = cuda0
mode=FAST_RUN

[cuda]
root = C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin


[nvcc]
fastmath = True

[dnn]

include_path = C:\Program Files\NVIDIA GPU Computing
Toolkit\CUDA\v8.0\include
library_path = C:\Program Files\NVIDIA GPU Computing
Toolkit\CUDA\v8.0\lib\x64

[gpuarray]

preallocate = 0.2
--
---
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.
Pascal Lamblin
2017-07-03 22:01:19 UTC
Permalink
This usually happens when mixing libraries compiled with different
compilers on Windows.
Do you have another g++ than the one installed by the conda package "
m2w64-toolchain" that is mentioned in the installation instructions?
Post by Rohit Dulam
When i try to import theano, a window pops up saying python.exe has
stopped. What is the problem? The contents of my .theanorc file are given
below.
[global]
floatX = float32
device = cuda0
mode=FAST_RUN
[cuda]
root = C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin
[nvcc]
fastmath = True
[dnn]
include_path = C:\Program Files\NVIDIA GPU Computing
Toolkit\CUDA\v8.0\include
library_path = C:\Program Files\NVIDIA GPU Computing
Toolkit\CUDA\v8.0\lib\x64
[gpuarray]
preallocate = 0.2
--
---
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...