当前位置:网站首页>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 availableCheck if GPU is available
import tensorflow as tfprint(tf.test.is_gpu_available())#If the result is True, it means the GPU is availableWind10 system Python, tensoflow and CPU, GPU correspondence.
Correspondence between GPU and tensorflow
边栏推荐
猜你喜欢

解析云原生消息流系统 Apache Pulsar 能力及场景

Kotlin协程:协程上下文与上下文元素

mysql主从复制及读写分离脚本-亲测可用

使用PageHelper实现分页查询(详细)

系统设计.短链系统设计

API 网关 APISIX 在Google Cloud T2A 和 T2D 的性能测试

typescript12 - union types

Mysql systemized JOIN operation example analysis

A complete guide to avoiding pitfalls for the time-date type "yyyy-MM-dd HHmmss" in ES

Oracle has a weird temporary table space shortage problem
随机推荐
Image processing tool design
分布式.分布式锁
程序员工作三年攒多少钱合适?
SereTOD2022 Track2 Code Analysis - Task-based Dialogue Systems Challenge for Semi-Supervised and Reinforcement Learning
MySQL筑基篇之增删改查
ShardingSphere之未分片表配置实战(六)
Filter (Filter)
unity2D横版游戏教程4-物品收集以及物理材质
蓝牙mesh系统开发三 Ble Mesh 配网器 Provisioner
ShardingSphere's unsharded table configuration combat (6)
使用PageHelper实现分页查询(详细)
Shell编程之条件语句
【Yugong Series】July 2022 Go Teaching Course 017-IF of Branch Structure
typescript11-数据类型
822. 走方格
ShardingSphere之读写分离(八)
ELK deployment script---pro test available
SWM32 Series Tutorial 6 - Systick and PWM
MySQL master-slave replication and read-write separation script - pro test available
Error ER_NOT_SUPPORTED_AUTH_MODE Client does not support authentication protocol requested by serv