当前位置:网站首页>深度学习环境配置
深度学习环境配置
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))
边栏推荐
- manipulation of file contents
- Functions, recursion and simple dom operations
- 7. The principle description of LVS load balancing cluster
- 用户与用户互发红包/支付宝C2C/B2C现金红包php源码示例/H5方式/兼容苹果/安卓
- 数组相关 内容 解析
- FFmpeg —— 通过修改yuv,将视频转为黑白并输出(附源码)
- 结构体函数练习
- Explain详解与实践
- 解决问题遇到的问题
- Enterprise live broadcast is on the rise: Witnessing focused products, micro-like embracing ecology
猜你喜欢
随机推荐
Mobile payment online and offline payment scenarios
Converts XML tags to TXT format (voc conversion for yolo convenient training)
2022支付宝C2C现金红包PHP源码DEMO/兼容苹果/安卓浏览器和扫码形式
drools from download to postman request success
7.LVS负载均衡群集之原理叙述
MySQL query optimization and tuning
【源码】使用深度学习训练一个游戏
移动支付线上线下支付场景
The Shell function
【id类型和NSObject指针 ObjectIve-C中】
网络工程师入门必懂华为认证体系,附系统学习路线分享
SQL query String field less than 10 how to check
3000字,一文带你搞懂机器学习!
缓存穿透、缓存击穿、缓存雪崩以及解决方案
学会iframe并用其解决跨域问题
This Thursday evening at 19:00, the fourth live broadcast of knowledge empowerment丨The realization of equipment control of OpenHarmony smart home project
"Introduction to nlp + actual combat: Chapter 8: Using Pytorch to realize handwritten digit recognition"
For Qixi Festival, I made a confession envelope with code
目标检测-中篇
XSS related knowledge points