当前位置:网站首页>Installation problem corresponding to tensorflow and GPU version
Installation problem corresponding to tensorflow and GPU version
2022-07-31 00:59:00 【The young man who rides the wind】
tensorflow and cuda versions correspond
The corresponding form
The corresponding URL is:
https://www.tensorflow.org/install/source#common_installation_problems
https://www.tensorflow.org/install/source_windows
Check if cuda is available
import tensorflow as tftf.test.is_built_with_cuda()print(tf.test.is_built_with_cuda())#Return true means available
Check if GPU is available
import tensorflow as tfprint(tf.test.is_gpu_available())#If the result is True, it means the GPU is available
Wind10 system Python, tensoflow and CPU, GPU correspondence.
Correspondence between GPU and tensorflow
边栏推荐
- MySQL database constraints, table design
- Go study notes (84) - Go project directory structure
- 不用Swagger,那我用啥?
- 24. Please talk about the advantages and disadvantages of the singleton pattern, precautions, usage scenarios
- MySQL master-slave replication and read-write separation script - pro test available
- Thesis understanding: "Designing and training of a dual CNN for image denoising"
- Error ER_NOT_SUPPORTED_AUTH_MODE Client does not support authentication protocol requested by serv
- Summary of MySQL database interview questions (2022 latest version)
- tensorflow与GPU版本对应安装问题
- 调度中心xxl-Job
猜你喜欢
Error ER_NOT_SUPPORTED_AUTH_MODE Client does not support authentication protocol requested by serv
Error in go mode tidy go warning “all” matched no packages
4G通信模块CAT1和CAT4的区别
Summary of MySQL database interview questions (2022 latest version)
ShardingSphere's public table combat (7)
深度学习可以求解特定函数的参数么?
BOM系列之Navigator对象
这个项目太有极客范儿了
DOM系列之 client 系列
《实战》基于电商领域的词性提取及其决策树模型建模
随机推荐
Consistency and Consensus of Distributed Systems (1) - Overview
人工智能与云安全
射频器件的基本参数1
SWM32 Series Tutorial 6 - Systick and PWM
GO GOPROXY代理设置
小程序-全局数据共享
这个项目太有极客范儿了
MySQL高级-六索引优化
【952. Calculate the maximum component size according to the common factor】
【Yugong Series】July 2022 Go Teaching Course 019-For Circular Structure
[Yugong Series] July 2022 Go Teaching Course 016-Logical Operators and Other Operators of Operators
响应式布局与px/em/rem的比对
系统设计.短链系统设计
822. 走方格
C language force buckles the rotating image of the 48th question.auxiliary array
Unity2D horizontal version game tutorial 4 - item collection and physical materials
认识DTU什么是4GDTU设备
xss bypass: prompt(1)
分布式.分布式锁
【多线程】