搜索
查看
编辑修改
首页
UNITY
NODEJS
PYTHON
AI
GIT
PHP
GO
CEF3
JAVA
HTML
CSS
搜索
IT小白
这个屌丝很懒,什么也没留下!
关注作者
热门标签
jquery
HTML
CSS
PHP
ASP
PYTHON
GO
AI
C
C++
C#
PHOTOSHOP
UNITY
iOS
android
vue
xml
爬虫
SEO
LINUX
WINDOWS
JAVA
MFC
CEF3
CAD
NODEJS
GIT
Pyppeteer
article
热门文章
1
Python的open() 函数_python open()
2
python 系列 07 - 基于easyocr的ocr识别_python easyocr
3
免布线免打孔免布网,智能家居摄像头将会成为未来主流
4
通过gradle命令动态修改应用版本号和版本名称_使用gradle编译命令来更新版本号
5
Framework事件机制—Android事件处理的三种方法_android事件处理机制
6
vue+axios 向后端SpringBoot传递List 后端使用List接收_axios提交数组后端处理
7
工地安全反光衣穿戴监测报警摄像机
8
分布式调用与高并发处理(三)| Nginx
9
python基于socket实现WebSocket简易实现——壹_python websocket 的onmessage
10
Vuex--vue状态管理_vuex 通过 vue 的插件系统将 store 实例从根组件中“注入”到所有的子组件里。
当前位置:
article
> 正文
安装基于 anaconda3 5.3.1 的 TensorFlow_anaconda3-5.3.1-windows-x86_64对应的tensorflow版本
作者:IT小白 | 2024-03-08 16:12:37
赞
踩
anaconda3-5.3.1-windows-x86_64对应的tensorflow版本
安装基于 anaconda3 5.3.1 的 TensorFlow
2019年2月26日 在win10、win7安装测试通过,并可以在vscode中使用jupyter功能。
1
下载anaconda5.31 推荐中科大镜像网站
,
http://iso.mirrors.ustc.edu.cn/anaconda/archive/Anaconda3-5.3.1-Windows-x86_64.exe;
安装anaconda5.3.1
配置国内源
.condarc以点开头,一般表示 conda 应用程序的配置文件,在用户的根目录
(windows:C:\users\username\,linux:/home/username/)。但对于.condarc配置文件,是一种可选的(optional)运行期配置文件,其默认情况下是不存在的。
当用户第一次运行 conda config命令时,将会在用户的家目录创建该文件。
操作:Anaocnda Prompt 下输入
conda config –add channels
https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config –set show_channel_urls yes
Anaconda 自带的 python版本为3.7降级为 3.6
操作:Anaocnda Prompt 下输入
conda install python=3.6
成功后安装tensorflow
操作:Anaocnda Prompt 下输入
conda install tensorflow
声明:
本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:
https://www.wpsshop.cn/w/IT小白/article/detail/211089
推荐阅读
article
windows
2012开启
远程桌面
_
win2012
开启
远程桌面
...
1.进入
windows
远程桌面
,点击左下角的开启菜单,进入开始界面。2.在开始界面中,右键单击“这台电脑”,选择属性。_...
赞
踩
article
Win10
关闭
自动更新
的方法和影响(
Windows
modules
installer
worker...
Windows
Modules Installer Worker进程占用率很高_windows
modules
inst...
赞
踩
article
服务器
配置
深度
学习开发
环境
——
安装
Anaconda
及
TensorFlow
_
服务器
搭建 tensorf...
服务器
配置
深度
学习开发
环境
——
安装
Anaconda
及
TensorFlow
_
服务器
搭建
tensorflow
服务器
搭建 t...
赞
踩
article
服务器
上配置
Tensorflow
GPU
版_
服务器
安装
tensorflow
-
gpu
...
文章目录1 主要参考2 配置介绍3
安装
流程4 详细流程4.1 显卡驱动的
安装
4.2 CUDA的
安装
4.3 CUDNN的...
赞
踩
article
TensorFlow...
TensorFlow是一个开源软件库,最初由Google大脑小组的研究员和工程师们开发出来,用于机器学习和深度神经网络方...
赞
踩
article
tensorflow:
cuda
driver
version
is insufficient fo...
cuda
driver
version
is insufficient for
cuda
runtime
version
...
赞
踩
article
搭建
react
-
native
for
android
的
windows
开发环境_
react
-nativ...
搭建
react
-
native
for
android
的
windows
开发环境移动应用的开发分为ios和
android
两个...
赞
踩
article
在
windows
下
使用
Xming
+
Putty
显示
Linux
下软件
图形界面
...
From:http://www.blogjava.net/ivanwan/archive/2012/04/26/3766...
赞
踩
article
【
Windows
+
Ubuntu
双
系统
】 彻底
删除
Ubuntu
系统
然后重装
ubuntu
系统
_
双
系统
删...
安装windows
系统
和
Ubuntu
双
系统
, 重新安装
ubuntu
系统
_
双
系统
删除
ubuntu
重装
双
系统
删除
ubun...
赞
踩
article
windows
putty xming
virt
-
manager
...
记一次
windows
环境使用linux下使用
virt
-
manager
软件的问题环境:
windows
server 200...
赞
踩
article
Windows
(
Win7
)下用
Xming
实现
X11
图形界面
功能...
如果想在windows上用PuTTy通过SSH远程连接
图形界面
或者X应用,那么本文将手把手教你如何实现这个目的。第一步:...
赞
踩
article
windows
linux
化,
Xming
—— 从
Windows
系统管理图像化的
Linux
...
1. 关于
Xming
Xming
是一个在 Microsoft
Windows
计算机上运行的开源 X-
Windows
...
赞
踩
article
时序
数据
探索(1)——
Windows
版
InfluxDB
及相关软件
安装
与配置_
influxdb2.7
...
下载链接https://portal.influxdata.com/downloads,选
windows
版_influx...
赞
踩
article
Dell
PowerEdge
2850
服务器
Windows
2003
安装
手册_
dell
2850...
本文档介绍了在不使用
Dell
Open Manage Server Assistant (DOSA) 光盘引导的情况下,...
赞
踩
article
Tesseract
在
windows
下
的
安装
及简单应用...
Tesseract
在
windows
下
的
安装
及简单应用
Tesseract
是一个开源
的
OCR 引擎,可以识别多种格...
赞
踩
article
DELL
PowerEdge
R620
重新安装
Server
2008 R2 一路的各种坑_戴尔服务...
DELL
PowerEdge
R620
安装
Server
2008 R2 的各种坑_戴尔
服务器
驱动
windows
...
赞
踩
article
Windows
网络
连通性
ping
命令
的常用指令_
windows
ping
命令
...
1、
ping
ip(默认直接
ping
目标ip或域名) 2、
ping
-t ip(持续不断
ping
指定主机IP,Ctrl+...
赞
踩
article
Windows
Ping
命令使用详解_
windows
长
ping
...
Windows
Ping
命令使用详解_
windows
长
ping
windows
长
ping
Wi...
赞
踩
article
ping
命令
详解(
windows
)
_
ping
交互
显示
为
英文...
在网络中Ping 是一个十分好用的TCP/IP工具。它主要的功能是用来检测网络的连通情况和分析网络速度。在我们的赛迪网技...
赞
踩
article
Windows
命令使用之
ping
命令_
window
ping
-
t
...
文章目录1. 用法2. 选项3. 示例1. 用法
ping
[-
t
] [-a] [-n coun
t
] [-l size] ...
赞
踩
相关标签
windows
tensorflow
深度学习
python
服务器
cuda
gpu
cudnn
android
移动应用
linux
运维
ubuntu
操作系统
界面
图形
远程连接
putty