Linux環境下安裝TensorFlow開發環境

2021-10-04 10:02:47 字數 461 閱讀 7345

第二步:建立tensorflow的執行環境,並將其啟用,執行:

conda create -n tensorflow python=2.7 source activate tensorflow

第三步:執行以下**進行tensorflow的安裝

conda install tensorflow

第四步:執行**測試tensorflow是否安裝成功,執行乙個hellotensorflow。

import tensorflow as tf hello=tf.contant('hellow world!') session = tf.sessioin() print(session.run(hello))

如果輸出hellow world!就說明安裝成功。

64的windows環境下使用tensorflow

第二,要求配置不同。64位作業系統只能安裝在64位電腦上 cpu必須是64位的 同時需要安裝64位常用軟體以發揮64位 x64 的最佳效能。32位作業系統則可以安裝在32位 32位cpu 或64位 64位cpu 電腦上。第三,運算速度不同。64位cpu gprs general purpose re...

linux環境下Tomcat安裝

2.解壓tomcat到 usr local 下,執行tar zcvf apache tomcat 5.5.30.tar.gz 3.設定tomcat homel路徑.export tomcat home usr local apache tomcat 5.5.30 4.啟動tomcat,到tomcat...

linux環境下安裝nginx

目的 安裝nginx 環境 ubuntu server 14.03 效果 安裝 g apt get install g 我把檔案放在我自己的目錄裡 usr share myserver tools 進入該目錄 cd usr share myserver tools解壓 tar xzvf pcre 8...