所以我的keras後端在C:\ Users \ Eric下面是從print(os.path.expanduser('〜'))如何將keras後端從theano更改爲tensorflow(在Windows上奇怪的後端)
{
"epsilon": 1e-07,
"floatx": "float32",
"image_data_format": "channels_last",
"backend": "tensorflow"
}
但是,每當我導入keras,我得到這個:
Using Theano backend.
WARNING (theano.configdefaults): g++ not available, if using conda: `conda install m2w64-toolchain`
我怎麼就變回 'tensorflow' 後臺?
我試圖導入後得到了這個開關theano theano.sandbox.cuda(只想)
你應該能夠在你上面顯示的文件中設置''後端「:」tensorflow「' – DJK