zomux / deepy

A highly extensible deep learning framework
MIT License
422 stars 68 forks source link

Using `theano` on Windows platform does not increase speed #16

Closed vit1251 closed 8 years ago

vit1251 commented 8 years ago

I have follow output

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.

But have Microsoft Python compiler pack, Visual Studio 12.0, Visual Studio 11.0, ...

zomux commented 8 years ago

You need to install the compiler or only the python code will be executed.

vit1251 commented 8 years ago

@zomux I have three or more Visual Studio and Microsoft Python Compiler pack ... This is problem setuptools or you setup script?

zomux commented 8 years ago

@vit1251 Anyway, if you want to use GPU, linux environment is almost necessary.

vit1251 commented 8 years ago

Okay.