【Conda】【TensorFlow】創建環境,安裝TensorFlow 2.0

1  conda create -n TF_2C python=3.6 2 activate TF_2C   3 pip install tensorflow==2.0.0 -i https://pypi.tuna.tsinghua.edu.cn/simple   4 測試 輸出TensorFlow版本:print(tf.__version__)   5 安裝其他  (1)安裝matplotlib
相關文章
相關標籤/搜索