0

Theano をインストールした後、実行しようとしましたが、次のエラー メッセージが表示されました。

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.

なんで?

4

2 に答える 2

2

g++コンパイラをインストールしてみてください。

Python はかなり遅いので、パフォーマンスが重要な部分については、C++ などのコンパイル済み言語が必要です。

于 2013-03-21T08:00:17.403 に答える