当前位置:网站首页>tensorflow与GPU版本对应安装问题
tensorflow与GPU版本对应安装问题
2022-07-31 00:53:00 【驭风少年君】
tensorflow和cuda版本对应
对应表格
相应的网址为:
https://www.tensorflow.org/install/source#common_installation_problems
https://www.tensorflow.org/install/source_windows
查看cuda是否可用
import tensorflow as tf
tf.test.is_built_with_cuda()
print(tf.test.is_built_with_cuda())#返回true表示可用
查看GPU是否可用
import tensorflow as tf
print(tf.test.is_gpu_available())#如果结果是True,表示GPU可用
Wind10系统Python,tensoflow与CPU、GPU对应关系。
GPU与tensorflow的对应关系
边栏推荐
- MySQL database (basic)
- Go study notes (84) - Go project directory structure
- typescript17-函数可选参数
- [In-depth and easy-to-follow FPGA learning 13---------Test case design 1]
- 调度中心xxl-Job
- 响应式布局与px/em/rem的比对
- 【952. 按公因数计算最大组件大小】
- The client series of the DOM series
- XSS related knowledge
- WMware Tools安装失败segmentation fault解决方法
猜你喜欢
【Multithreading】
[C language course design] C language campus card management system
Rocky/GNU之Zabbix部署(1)
分布式.幂等性
MySQL master-slave replication and read-write separation script - pro test available
Meeting OA project pending meeting, all meeting functions
mysql主从复制及读写分离脚本-亲测可用
go mode tidy出现报错go warning “all“ matched no packages
typescript12-联合类型
typescript17 - function optional parameters
随机推荐
小程序-全局数据共享
Common network status codes
Kotlin协程:协程上下文与上下文元素
【Demo】ABAP Base64加解密测试
ROS2系列知识(3):环境配置
Sping.事务的传播特性
【952. 按公因数计算最大组件大小】
Error occurred while trying to proxy request The project suddenly can't get up
Go study notes (84) - Go project directory structure
MySQL notes under
Why use high-defense CDN when financial, government and enterprises are attacked?
Regular expression password policy and regular backtracking mechanism bypass
【Multithreading】
程序员工作三年攒多少钱合适?
MySQL筑基篇之增删改查
ros2知识:在单个进程中布置多个节点
MySQL的触发器
ShardingSphere's unsharded table configuration combat (6)
查看zabbix-release-5.0-1.el8.noarch.rpm包内容
Neural Network (ANN)