windows下安裝tensorflow遇到的問題

2021-10-23 00:19:50 字數 636 閱讀 6046

1.importerror: dll load failed: 動態鏈結庫(dll)初始化例程失敗

\quad

在執行tensorflow時,有時會遇到

\quad

importerror: dll load failed: a dynamic link library (dll) initialization routine failed. (win 10) 或

\quad

修改國內映象源

-set show_channel_urls yes國內映象列表

//阿里

//清華

//豆瓣

//華中理工大學

//山東理工大學

//中國科學技術大學檢視是否生效

conda info

64的windows環境下使用tensorflow

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

在windows上安裝CPU版Tensorflow

一 安裝環境 windows 64位 python3.5 二 安裝步驟 安裝時勾選add python to path 3.開啟控制台 快捷方式 win r 後輸入cmd pip install tensorflowinstall時自動檢測安裝依賴項,安裝結束後如下圖 三 檢測安裝是否成功 impo...

windows下安裝php memcache擴充套件

解壓下的檔案,解壓後有以下檔案 接著以管理員身份開啟cmd,進入剛才解壓的目錄,安裝memcache memcached.exe d install 接著啟動memcache服務 memcached.exe d start 這樣memcache服務就安裝好了。接著往xampp中加入 phpmemca...