问答详情
源自:7-3 keras实现人工神经网络

有谁遇到这个警告吗?得怎么解决

Using Theano backend.

WARNING (theano.configdefaults): g++ not available, if using conda: `conda install m2w64-toolchain`

D:\anaconda\anaconda3\lib\site-packages\theano\configdefaults.py:560: UserWarning: DeprecationWarning: there is no c++ compiler.This is deprecated and with Theano 0.11 a c++ compiler will be mandatory

  warnings.warn("DeprecationWarning: there is no c++ compiler."

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.

WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.


提问者:cry_shoulder 2020-03-20 15:43

个回答

  • 洛杉矶鸡腿学徒
    2022-03-10 09:54:50

    `conda install m2w64-toolchain`

    下载视频