当前位置:网站首页>深度学习环境配置
深度学习环境配置
2022-08-04 04:25:00 【Mr丶小煌】
安装anaconda
上官网下载符合自己系统的anaconda安装包anaconda官网:
望城后选择自己的路径安装,无脑下一步
安装tensorflow
conda install tensorflow
如果此过程中失败或者过慢,可以尝试以下方法:
# 使用清华的镜像源
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels
测试tensorflow是否安装成功
import tensorflow as tf
sess = tf.Session()
a = tf.constant(1)
b = tf.constant(2)
print(sess.run(a+b))
边栏推荐
猜你喜欢
随机推荐
How to simplify the automation of modern e-procurement?
Postgresql source code (66) insert on conflict grammar introduction and kernel execution process analysis
mysql索引笔记
8. Haproxy builds a web cluster
转:管理是对可能性的热爱,管理者要有闯进未知的勇气
Gigabit 2 X light 8 electricity management industrial Ethernet switches WEB management - a key Ring Ring net switch
7-3 LVS+Keepalived集群叙述与部署
文件系统的简单操作
How to keep the source code confidential in the development under the burning scenario
帮助企业实现数字化转型成功的八项指导原则
内网服务器访问远程服务器的端口映射
Implementing a server-side message active push solution based on SSE
【技巧】借助Sentinel实现请求的优先处理
如何简化现代电子采购的自动化?
马尔可夫链
【21天学习挑战赛】图像的旋转问题(二维数组)
Hangdian Multi-School-Slipper- (tree map conversion + virtual point mapping)
Structure function exercise
Tensors - Application Cases
TL431的基本特性以及振荡电路







![[Medical Insurance Science] To maintain the safety of medical insurance funds, we can do this](/img/d0/6ac51d0d51c907ed0e1578e038fffd.jpg)

