C:\Users\user>python C:\Users\franc\Anaconda3\etc\keras\load_config.py
1>temp.txt
C:\Users\user>set /p KERAS_BACKEND= 0<temp.txt
C:\Users\user>del temp.txt
C:\Users\user>python -c "import keras" 1>nul 2>&1
C:\Users\user>if errorlevel 1 (
ver 1>nul
set "KERAS_BACKEND=theano"
python -c "import keras" 1>nul 2>&1
)
当我打开anaconda时,更新了一些软件包后,在Anaconda提示符下获得了上述输出,这可能是问题吗?