I am working with ` Windows + CUDA 6.5 + VS2010 + Python2.7 + Theano. My Python scripts works well when using command line, say:
python DDI_convnet.py
and I get results as:
However, when I run the same Python scripts
in Eclipse
, I get a lot of errors:
I think this is probably due to the difference of character Map of Eclipse
and CMD
, because the warning C4819
implies that a lot of .h
files are not parsed correctly. How to fix it?