После обновления anaconda keras перестал работать

Обновил conda и после попытки запустить ИНС вылезли некоторые ошибки. Не знаю почему, но стала использоваться Theano в качестве бэкэнда, хотя прописан Tensorflow

Текст ошибки:

D:\Anaconda\lib\site-packages\h5py__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters Using Theano backend. WARNING (theano.configdefaults): g++ not available, if using conda: conda install m2w64-toolchain D:\Anaconda\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.

А после того как я попоробовал conda install m2w64-toolchain то вообще все сломалось. Как решить данную проблему? Спасибо.


Ответы (0 шт):