美文网首页
conda安装tensorflow

conda安装tensorflow

作者: 无解后仰跳投 | 来源:发表于2020-06-10 15:33 被阅读0次

若无法安装出现http erro,则需要安装openssl. 命令如下 sudo apt-get install libssl-dev

Step 1.Creating a New Conda Environment

conda create --name tensorflow2python=3.7 anaconda

conda activate tensorflow2

Step 2: Installing the TensorFlow Conda Package

conda install tensorflow or conda install tensorflow-gpu

安装tensorflow-probability

conda install tensorflow-probability==0.8

使用tensorflow时候先

conda activate tensorflow2

相关文章

网友评论

      本文标题:conda安装tensorflow

      本文链接:https://www.haomeiwen.com/subject/eruizhtx.html