当前位置:网站首页>Tensorflow GPU installation
Tensorflow GPU installation
2022-07-07 01:02:00 【Alchemy spirit boy】
Want to install , Look directly at the back TF install
- Software to be installed
- CUDA drive ,cuDNN,TF
CUDA drive ,cuDNN,TF Relationship is introduced
https://blog.csdn.net/xs11222211/article/details/84782046
except TF According to the latest version of the current period
Ubuntu edition Decide the highest Graphics card driver version
Check the recommended graphics card driver version of the current systemubuntu-drivers devices
Driver version Decide the highest cuda and cudnn edition
Corresponding to the graphics card version cuda and cudnn edition
https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.htmlcuda edition decision TF The highest version
https://www.tensorflow.org/install/source#install_gpu_support_optional_linux_only
TF install
- Suggest use docker install
- stay tensorflow Of docker hub Find the direct version of the image to run
- You can also use the image provided cuda Such as the environment , Directly in conda Built in virtual environment TF
conda create --name tensorflow_gpu python=3.6
source activate tensorflow_gpu
conda install tensorflow-gpu==1.11.0
test TF Installation
python -c "import tensorflow as tf; print(tf.test.gpu_device_name())"
or
import tensorflow as tf
tf.test.is_gpu_available()
边栏推荐
- BFS realizes breadth first traversal of adjacency matrix (with examples)
- Mongodb client operation (mongorepository)
- 新手如何入门学习PostgreSQL?
- C9 colleges and universities, doctoral students make a statement of nature!
- [software reverse - solve flag] memory acquisition, inverse transformation operation, linear transformation, constraint solving
- Zabbix 5.0:通过LLD方式自动化监控阿里云RDS
- How do novices get started and learn PostgreSQL?
- 做微服务研发工程师的一年来的总结
- 深度学习之环境配置 jupyter notebook
- Leetcode(547)——省份数量
猜你喜欢
批量获取中国所有行政区域经边界纬度坐标(到县区级别)
View remote test data and records anytime, anywhere -- ipehub2 and ipemotion app
【JVM调优实战100例】05——方法区调优实战(下)
Attention slam: a visual monocular slam that learns from human attention
C9 colleges and universities, doctoral students make a statement of nature!
Summary of being a microservice R & D Engineer in the past year
Dell笔记本周期性闪屏故障
Batch obtain the latitude coordinates of all administrative regions in China (to the county level)
C9高校,博士生一作发Nature!
「精致店主理人」青年创业孵化营·首期顺德场圆满结束!
随机推荐
pytorch之数据类型tensor
fastDFS数据迁移操作记录
Part VI, STM32 pulse width modulation (PWM) programming
Linear algebra of deep learning
Advanced learning of MySQL -- basics -- basic operation of transactions
深度学习框架TF安装
Advanced learning of MySQL -- Fundamentals -- four characteristics of transactions
Periodic flash screen failure of Dell notebook
ActiveReportsJS 3.1中文版|||ActiveReportsJS 3.1英文版
Attention SLAM:一种从人类注意中学习的视觉单目SLAM
做微服务研发工程师的一年来的总结
[牛客] [NOIP2015]跳石头
Return to blowing marshland -- travel notes of zhailidong, founder of duanzhitang
【批处理DOS-CMD命令-汇总和小结】-字符串搜索、查找、筛选命令(find、findstr),Find和findstr的区别和辨析
腾讯云 WebShell 体验
[batch dos-cmd command - summary and summary] - view or modify file attributes (attrib), view and modify file association types (Assoc, ftype)
筑梦数字时代,城链科技战略峰会西安站顺利落幕
学习光线跟踪一样的自3D表征Ego3RT
Chapter 5 DML data operation
Interface (interface related meaning, different abstract classes, interface callback)