python - Theano install warning: g++ not detected -
I tried to run it after installing the thiano but received the error message:
Warning:
(Theano.configdefaults): G ++ was not found! Theano will be unable to perform customized C implementation (for both CPU and GPU) and will default to Python deployment. Performance will be severely humiliated Why
G ++ compiler Python is very slow, so for performance-critical parts, you need a compiled language like C ++.
Comments
Post a Comment