当前位置:网站首页>深度学习环境配置
深度学习环境配置
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))
边栏推荐
- docker+bridge+redis master-slave+sentry mode
- "Introduction to nlp + actual combat: Chapter 8: Using Pytorch to realize handwritten digit recognition"
- FFmpeg —— 录制麦克风声音(附源码)
- 大型连锁百货运维审计用什么软件好?有哪些功能?
- 看DevExpress丰富图表样式,如何为基金公司业务创新赋能
- Tensors - Application Cases
- Mockito unit testing
- SQL injection in #, - +, - % 20, % 23 is what mean?
- 【技巧】借助Sentinel实现请求的优先处理
- 打造一份优雅的简历
猜你喜欢
Learn iframes and use them to solve cross-domain problems
机器学习模型的“可解释性”
Deep learning -- CNN clothing image classification, for example, discussed how to evaluate neural network model
How to simplify the automation of modern e-procurement?
【MD5】采用MD5+盐的加密方式完成注册用户和登录账号
8. Haproxy builds a web cluster
【机器学习】21天挑战赛学习笔记(一)
How to keep the source code confidential in the development under the burning scenario
Converts XML tags to TXT format (voc conversion for yolo convenient training)
7-2 LVS+DR概述与部署
随机推荐
目标检测-中篇
mysql索引笔记
MRS: Introduction to the use of Alluxio
八年软件测试工程师带你了解-测试岗进阶之路
Enterprise live broadcast is on the rise: Witnessing focused products, micro-like embracing ecology
【机器学习】21天挑战赛学习笔记(一)
嵌入式数据库开发编程MySQL(全)
自定义通用分页标签01
系统设计.秒杀系统
Mini program + e-commerce, fun new retail
7-3 LVS+Keepalived Cluster Description and Deployment
Implementing a server-side message active push solution based on SSE
Y86. Chapter iv Prometheus giant monitoring system and the actual combat, Prometheus storage (17)
中信证券网上开户怎么开的?安全吗?
Metaverse "Drummer" Unity: Crazy expansion, suspense still exists
How to open a CITIC Securities online account?is it safe?
The Shell function
Hangdian Multi-School-Slipper- (tree map conversion + virtual point mapping)
小程序 + 电商,玩转新零售
Converts XML tags to TXT format (voc conversion for yolo convenient training)