当前位置:网站首页>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的对应关系
边栏推荐
- DOM系列之 client 系列
- 过滤器(Filter)
- Preparations for web vulnerabilities
- 【952. Calculate the maximum component size according to the common factor】
- GO GOPROXY代理设置
- Error occurred while trying to proxy request项目突然起不来了
- typescript17-函数可选参数
- ShardingSphere read-write separation (8)
- MySQL database (basic)
- ECCV 2022 华科&ETH提出首个用于伪装实例分割的一阶段Transformer的框架OSFormer!代码已开源!
猜你喜欢
随机推荐
分布式系统的一致性与共识(1)-综述
MySQL数据库面试题总结(2022最新版)
typescript15-(同时指定参数和返回值类型)
Artificial Intelligence and Cloud Security
金融政企被攻击为什么要用高防CDN?
SWM32 Series Tutorial 6 - Systick and PWM
Oracle has a weird temporary table space shortage problem
ShardingSphere之水平分库实战(四)
typescript13-类型别名
typescript14-(单独指定参数和返回值的类型)
297. 二叉树的序列化与反序列化
系统设计.短链系统设计
ShardingSphere之垂直分库分表实战(五)
typescript12-联合类型
IOT cross-platform component design scheme
MySQL notes under
Solution: Parameter 0 of method ribbonServerList in com.alibaba.cloud.nacos.ribbon.NacosRibbonClientConfigu
Yolov7实战,实现网页端的实时目标检测
【Yugong Series】July 2022 Go Teaching Course 019-For Circular Structure
typescript17 - function optional parameters





![[C language course design] C language campus card management system](/img/36/9e1a97767bbe1e504d8a3cc3ce5448.png)


