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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -