安装TensorFlow2.0

1.使用终端安装 以下操作均在命令行进行(注意黑色小圆点是分隔符,无需输入) 第一步 : 创建独立环境并激活 conda create --name tensorflow2.0 python==3.7 activate tensorflow2.0 第二步 :安装相关软件包 pip install numpy matplotilb Pillow scikit-learn pandas -i http
相关文章
相关标签/搜索