Win 7是否可以安裝 Tensorflow and Karas?
Display card: Intel(R) HD Graphics 4000.
Win 7是否可以安裝 Tensorflow GPU and Karas? 因為安裝時出現 error.
已經安裝了CUDA 9.0
以下安裝不到:
base> c:/Users/user> conda create keras35 python=3.7
CondaValueError: The target prefix is the base prefix. Aborting
但根據你們步驟,應該安裝了Tensorflow and Keras.
from tensorflow.python.client import device_lib
print(device_lib.list_local_devices())
output error
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-0ca82b29604d> in <module>()
----> 1 from tensorflow.python.client import device_lib
2 print(device_lib.list_local_devices())
ModuleNotFoundError: No module named 'tensorflow'