stackoverflow上早有討論
https://stackoverflow.com/questions/33651810/the-minimum-required-cuda-capability-is-3-5
github上也早有issue
https://github.com/tensorflow/tensorflow/issues/25
可是一番折騰發現最靠譜的方法是該改數,從新編譯。遂放棄。git
若是使用tensorflow-gpu版本,會先檢測GPU的兼容性,這也是須要花費一些時間的,反倒不如使用CPU方便快捷。因此,若是沒有好顯卡,仍是使用CPU吧。github
pip uninstall tensorflow-gpu pip install tensorflow